Community Profile

photo

Ewa Jablonska


Last seen: 約4年 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

回答済み
Can someone tell me what is wrong with this?
Thanks for effort, i mixed up + with -. :/ Correct: %Value of step coefficient tau=0.1 x(1)=5; k=1; tau=0.1; while x(k)>1.0...

4年以上 前 | 0

| 採用済み

質問


Can someone tell me what is wrong with this?
x1=5; tau=0.1; k=1; while x(k)-x(k+1)>0.01 k=k+1; x(k+1)=x(k)-tau*(2*x(k)-2); end figure(1) plot(x,'b*-.'); g...

4年以上 前 | 4 件の回答 | 0

4

回答