Community Profile

photo

DEV


Last seen: ongeveer een jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 4 jaar ago | 1 answer | 0

1

answer