- The Fortran code has a bug.
- The Fortran code follows specifications of the MAT format, which do not equal the implementation on MATLAB. Ambiguous format definition would not be a real surprise, when I think of e.g. the binary DOC format of MS Word...
- The harddisk is damaged.
How can I deal with "bad 0-byte size" ?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I deal with following message?
"Found bad 0-byte size at variable #12.
ans =
0"
I get this message when I am using splitmat.m on a .mat file. I get "file may be corrupt" message when i try to load this file with load blabla.mat I am using R2008a bytheway, this .mat file is created by a Fortran code which i havent stepped into it yet, but it used to work perfectly. --------------------- Thanks in advance for your time and answer I appreciate it Homayoon
0 commentaires
Réponses (1)
Jan
le 4 Sep 2012
Modifié(e) : Jan
le 4 Sep 2012
Even if your Fortran file seems to run fine usually, the created MAT file is obviously corrupted. This can have different reasons:
I guess without any argument, that your problem is caused by point 1.
0 commentaires
Voir également
Catégories
En savoir plus sur Fortran with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!