Filter löschen
Filter löschen

Problem when loading dictionary into an .m file

2 Ansichten (letzte 30 Tage)
D Joseph
D Joseph am 29 Jul. 2015
Kommentiert: D Joseph am 17 Aug. 2015
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 Kommentare
Walter Roberson
Walter Roberson am 29 Jul. 2015
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 am 17 Aug. 2015
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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Simulink Environment Customization finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by