To save workspace variables automatically

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 ???

 Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 31 Mai 2013
Bearbeitet: Azzi Abdelmalek am 31 Mai 2013

0 Stimmen

save yourfilename
doc save
doc load

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by