Unable to load previous .mat file versions in latest MATLAB version
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I created a .mat file in MATLAB version : R2014a and I try to open it in a later MATLAB version: R2017b and I am getting the following error:
Unable to read MAT-file <my file path> Not a binary MAT-file. Try load -ASCII
to read as text.
11 comentarios
Walter Roberson
el 18 de Mayo de 2018
.mat files are binary files that do not use line terminators.
Historically there could be problems sending binary files between systems by modem as the software was sometimes set to convert newline characters automatically (which does not work for binary files)... but those days are long behind us.
Respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files 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!