photo

Ewa Jablonska


Last seen: 6 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
158,603
of 301,454

REPUTATION
0

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,287

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,632

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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...

6 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...

6 years ago | 4 answers | 0

4

answers