How to save dictionary to a mat file
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 28 de Jul. de 2015
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
el 29 de Jul. de 2015
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Workspace Variables and MAT Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!