Error using load Unable to read file 'Test.mat'. Input must be a MAT-file or an ASCII file containing numeric data.
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to load a .mat file and I received below error: Error using load Unable to read file 'Test.mat'. Input must be a MAT-file or an ASCII file containing numeric data. Does anyone know how to open this .mat file?Thanks!
6 comentarios
Walter Roberson
el 29 de Mayo de 2025
Internally, MATLAB 7.3 files are HDF5 files, whose content can be probed using tools such as h5info ; https://www.mathworks.com/help/matlab/hdf5-files.html
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!