Could anyone help me how to extract or store the values from the code after running the code to several iterations.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
how to generate the graph from the values without running the code for the second time.
3 Comments
KSSV
on 31 May 2018
How is your code? You need to make a function of your code..put it in loop and store the output.
Prabha Kumaresan
on 31 May 2018
Geoff Hayes
on 31 May 2018
Edited: Geoff Hayes
on 31 May 2018
Prabha - try saving the values (presumably you have an array of the output from each iteration) to a file with save. Alternatively, you could can try and optimize your code to improve performance.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!