How to save dictionary to a mat file
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 28 Lug 2015
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
il 29 Lug 2015
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Manage Design Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!