hi i am passing two matrices as inputs,and gone through 10 functions(by calling 1 function in main program),each function returns two corresponding output matrices,now i need to store 'n' outputs for passing 'n' inputs.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
plz help me to store each individual function outputs in each array
Answers (1)
Walter Roberson
on 30 Sep 2015
0 votes
Use a cell array.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!