Azzera filtri
Azzera filtri

Problem when loading dictionary into an .m file

3 visualizzazioni (ultimi 30 giorni)
D Joseph
D Joseph il 29 Lug 2015
Commentato: D Joseph il 17 Ago 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 Commenti
D Joseph
D Joseph il 17 Ago 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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Simulink Environment Customization in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by