필터 지우기
필터 지우기

To save workspace variables automatically

조회 수: 3 (최근 30일)
Priya
Priya 2013년 5월 31일
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 ???

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 31일
편집: Azzi Abdelmalek 2013년 5월 31일
save yourfilename
doc save
doc load

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by