Community Profile

photo

Prashant Arora


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
Repeat simulation 300 times and plot all simulations in one graph
lambda = zeros(300,257); figure; hAxes = gca; hold( hAxes, 'on' ) for i = 1:300 lambda(i,:) = montecarlo(X,a,b,c,d,T); ...

4 years ago | 0