How to save dictionary to a mat file
Show older comments
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 Comments
Walter Roberson
on 28 Jul 2015
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
on 29 Jul 2015
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!