To save workspace variables automatically
32 views (last 30 days)
Show older comments
I have 5 matlab scripts.
I am running these scripts one after the other using eval() function.
I want to save the workspace variables once previous script finishes and new script starts executing.
Is there any function to save ALL WORKSPACE VARIABLES TOGETHER ???
0 Comments
Accepted Answer
Azzi Abdelmalek
on 31 May 2013
Edited: Azzi Abdelmalek
on 31 May 2013
save yourfilename
doc save
doc load
0 Comments
More Answers (0)
See Also
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!