photo

Karolina


2017 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to begin with multiple graphs of 'y(x+1)=y(x)+0.02*randn;' from x=1? i.e. 10 graphs?
a=0; b=100; c=0; y=a+(b-a).*rand; for x=1:365 y(x+1)=y(x)+0.02*randn; if y(x+1)>100 y(x+1)=y(x) else i...

6年以上 前 | 1 件の回答 | 0

1

回答