How do I get my command window to load a workspace previously saved?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have saved the workspace but can't get it to reopen when I log back into Matlab. The code won't load up.
댓글 수: 7
Gavin Gluckle
2021년 10월 1일
Hi I'm having the same problem, I am wondering if you figured out a way to display the command window for saved matlabs.
Walter Roberson
2021년 10월 2일
save() does not store the contents of the command window. If I recall correctly it is possible to query what is in the command window buffer and save that as a variable, but I am not sure there is a way to insert it back into the command window after loading.
Perhaps you might prefer to use Live Script.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!