Problem when loading dictionary into an .m file

조회 수: 7 (최근 30일)
D Joseph
D Joseph 2015년 7월 29일
댓글: D Joseph 2015년 8월 17일
when the dictionary is stored as a mat file, first it cannot be stored. Later when it can be stored , it cannot be loaded into another file. When I'm trying to solve it into another .m file , error is shown . what to do to solve this problem.
  댓글 수: 3
Walter Roberson
Walter Roberson 2015년 7월 29일
Does it have anything to do with Simulink Data Dictionaries as suggested in http://uk.mathworks.com/matlabcentral/answers/231420-how-to-save-dictionary-to-a-mat-file#answer_187460 ?
D Joseph
D Joseph 2015년 8월 17일
Dictionary means data stored in .mat format. my code is as follows
save ('dict.mat', D);
But when it is load into another file, like
load dict.mat;
it shows dict.mat is not loaded

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile 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!

Translated by