Statistics
6 Questions
0 Answers
RANK
149,525
of 295,486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Selecting the correct output.
I have writen this section of code. function SPaths=AssetPaths(S0,mu,sigma,T,NSteps,NRepl) %UNTITLED Summary of this fun...
12 years ago | 1 answer | 0
1
answerQuestion
How to output as a vector
ive got a coin toss simulation game where score is kept. function = coin_toss(s(0),N) % coin toss simulation % a...
12 years ago | 1 answer | 0
1
answerQuestion
coin toss game simulation
firstly I am very new to Matlab and I apoligise if this seems difficult to understand. I have a simple game in which a coin is t...
12 years ago | 1 answer | 0
1
answerQuestion
Coin toss game simulation.
I'm trying to create a simple coin toss simulation, the game is as follows. a player flips a coin, if heads they score 1, if ...
12 years ago | 1 answer | 0
1
answerQuestion
two point boundary vale problem
I have a problem asking me to solve a second order diffrential equation of the form; -u"(x)+x^2u(x)=f(x), 0<x<1 subject to u...
13 years ago | 1 answer | 0
1
answerQuestion
solving a linear initial value problem in MATLAB
I have to solve an equation of the form: u''' = au'' + bu' + cu, u(t0) = u0, u'(t0) = ud0, u''(t0) = uddo. I have to write ...
13 years ago | 4 answers | 0