How to save dictionary to a mat file
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 28 Jul. 2015
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
am 29 Jul. 2015
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!