Problem saving a file
Mostra commenti meno recenti
I
I tried saving a file, got this error message
{Warning: Variable 'Res' cannot be saved to a MAT-file whose version is older than 7.3. To save this variable, use the -v7.3 switch. Skipping...}
( by using save function: save('a.mat','Res','-mat')
What does it mean?
Thanks,
Shani
1 Commento
Roberto Herrera
il 24 Ott 2012
Hi Shani, I am dealing with the same problem saving a large 4-D matrix (>10GB) using -v7.3. It takes ages saving due to the compression in HDF. Reading is not a problem. You can map your file as a mat object (matObj), just read the "matfile" help, it works amazingly fast. Henry
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Workspace Variables and MAT Files in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!