Error using load Unable to read file 'Test.mat'. Input must be a MAT-file or an ASCII file containing numeric data.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 29 Mag 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
Risposte (0)
Vedere anche
Categorie
Scopri di più su Workspace Variables and MAT Files in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!