Why I can't load .mat file in the .m file that guide has created?

Why I can't load .mat file in the .m file that guide has created?. I have saved an array D as
save('dict.mat','D')
But I can't load it even to the workspace. When I'm loading the value of D is changing only. When I type
load dict.mat
It is not seen in workspace

 채택된 답변

Walter Roberson
Walter Roberson 2015년 9월 2일

0 개 추천

load() loads into the current workspace. In your code, it is loading in the workspace of the function that has the load() command.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

태그

질문:

2015년 9월 2일

댓글:

2015년 9월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by