- 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" ?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Jan
el 4 de Sept. de 2012
Editada: Jan
el 4 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Fortran with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!