| New Reply |
Matlab: Plotting multiple paths (random walk) |
Share Thread | Thread Tools |
| Jan30-11, 08:11 PM | #1 |
|
|
Matlab: Plotting multiple paths (random walk)
I have created a code to simulate a scaled random walk, but I need to now modify it to generate 1000 paths and then estimate the variance with n = 100, for t = 0.25, 0.5, 0.75 and 1. Can anyone help out with how to generate all 1000 paths? Sorry if this is painfully easy, I am a complete matlab/coding noob.
clear; N = 10 t = (0:1:N)'; X = [0; cumsum(2*(rand(N,1)>0.5)-1)]; plot(t/N,X(1:N+1)/sqrt(N)); axis([0 1 -2 2]); title(['Uniform Sample 1000 steps']) ylabel('Position') xlabel('Time') |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| New Reply |
| Thread Tools | |
Similar Threads for: Matlab: Plotting multiple paths (random walk)
|
||||
| Thread | Forum | Replies | ||
| Plotting multiple polynomials in matlab | Math & Science Software | 1 | ||
| Random walk | Advanced Physics Homework | 3 | ||
| random walk | Calculus & Beyond Homework | 7 | ||
| random walk (3) | Calculus & Beyond Homework | 0 | ||
| random walk (2) | Calculus & Beyond Homework | 0 | ||