How to save cell data from workspace?
Mostrar comentarios más antiguos
I want to save my xy3 cell contains 2401x1
And I save to .mat file , then when I import data in workspace
it's show error "file contains uninterpretable data"
Why I can't read the cell file
thanks!
Respuesta aceptada
Más respuestas (3)
Harshit
el 19 de Nov. de 2012
0 votos
It is working for me after loading.
BB
el 19 de Nov. de 2012
0 votos
2 comentarios
Walter Roberson
el 19 de Nov. de 2012
save(savefile, 'xy3', '-v7.3');
BB
el 19 de Nov. de 2012
wujihao wujihao
el 9 de En. de 2018
0 votos
Hi, Sir,I have the same question,I want to save the workspace data which including Map,cell,and array.My purpose is saving the earlier data and using them in now calulating.How can I save them all in a text or whatever else.
Categorías
Más información sobre Low-Level File I/O 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!