Error using load Unable to read file 'Test.mat'. Input must be a MAT-file or an ASCII file containing numeric data.
3 views (last 30 days)
Show older comments
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 Comments
Walter Roberson
on 29 May 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
Answers (0)
See Also
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!