Why does the MATLAB Command Window throw a segmentation violation when using the "Load Workspace" menu item?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2009년 6월 27일
편집: MathWorks Support Team
2021년 12월 13일
I am using the MATLAB Command Window without the MATLAB Desktop in MATLAB 7 (R14).
When I use the "Load Workspace..." option from the "File..." menu, I receive a segmentation violation.
채택된 답변
MathWorks Support Team
2021년 12월 10일
편집: MathWorks Support Team
2021년 12월 13일
This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
This is a bug in MATLAB 7.0 (R14) in the way that the "Load Workspace..." menu option handles the loading of workspaces.
To work around this issue, you can use the LOAD function at the MATLAB command prompt to load the MAT-file containing the desired workspace.
For example, to load the workspace contained in the file "myWorkspace.mat," issue the following command at the MATLAB command prompt:
load myWorkspace.mat
For more information on the LOAD function, refer to the online documentation at:
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!