Community Profile

photo

Ewa Jablonska


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
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 years ago | 0

| accepted

Question


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 years ago | 4 answers | 0

4

answers