フィルターのクリア

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

1 回表示 (過去 30 日間)
D Joseph
D Joseph 2015 年 9 月 2 日
コメント済み: D Joseph 2015 年 9 月 5 日
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 日
load() loads into the current workspace. In your code, it is loading in the workspace of the function that has the load() command.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by