Statistics
4 Questions
0 Answers
RANK
162,478
of 301,360
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,241
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,151
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
Question
Generate matrix at each iteration
Dear friend, please help me to generate a matrix 'yy' which stores matrix "xx" in each iteration. %% direct search methods clc...
6 years ago | 1 answer | 0
1
answerQuestion
i am unable to get display of each iteration!! please HELP
i am unable to get display of each iteration!! please HELP clc; clear variables; x=[0;0]; for iter=1:30 for i=...
6 years ago | 1 answer | 0
1
answerQuestion
warning while running optimization tool
Index in position 1 exceeds array bounds (must not exceed 40) What does this mean?photo is attached below please help
6 years ago | 1 answer | 0
1
answerQuestion
what is wrong with this code
clc; clear variables; x(1)=0; tic for i=1:500 x(i+1)=(x(i).^2)*0.5+4; if abs((x(i+1)-x(i)))<=0.00000001 break ...
6 years ago | 1 answer | 0

