How to save dictionary to a mat file
古いコメントを表示
I could not save dictionary to a mat file using Save Dict D,where Dict is the mat file and D is the dictionary
2 件のコメント
Walter Roberson
2015 年 7 月 28 日
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
2015 年 7 月 29 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Manage Design Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!