Hi !!! Have a nice day.
I have a code that starts with the generation of a matrix A,
after a numerical process at the end I have a matrix B
A = [a, b, c,… ..
q, w, r,….];
instructions
instructions
instructions
instructions
instructions
instructions
B = [d, e, f,….
and, u, I, ...];
At the end of the numerical process I have matrix B, immediately
the values of B are assigned to A in this way
A = B
What instruction I need to do to generate this cycle N times, that this; the results of B introduce them to input A?
I hope you understand what I want to do
Thank you
6 Comments
Raj (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774659
Ricardo Gutierrez (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774824
Adam Danz (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774858
Ricardo Gutierrez (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774870
Adam Danz (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774889
Ricardo Gutierrez (view profile)
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/494909-iteration-cycle-of-a-code#comment_774898
Sign in to comment.