Storing matlab variables for future use

3 views (last 30 days)
I ran a pretty long simulation on Matlab. Now, I need to run another one that uses the variable values from the previous one. But, I don't want to run the first simulation everytime I need to run the second time. The best case would be if I was able to store the workspace from the first simulation and allow the second simulation to use that as a starting point, whenever required. Is there any way this can be accomplished? Any help will be appreciated.
Regards,
Sen.
  1 Comment
Diptangshu Sen
Diptangshu Sen on 17 Feb 2019
My question is precise and to the point. If you have confusions, please do not answer. Better than misleading people at least. There are lots od beginners on the community, asking questions. Sets them on a useless trail. And please do not take offence. There are community guidelines regarding both questioning and answering. Peace.

Sign in to comment.

Accepted Answer

Geoff Hayes
Geoff Hayes on 17 Feb 2019
Diptangshu - use save to write the output from the first simulation to file, and then use load to read that data from file for your second simuation.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!