Problem when loading dictionary into an .m file

2 次查看(过去 30 天)
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 个评论
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 中查找有关 Simulink Environment Customization 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by