Error using load Unable to read file 'Test.mat'. Input must be a MAT-file or an ASCII file containing numeric data.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2025 年 5 月 29 日
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
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Workspace Variables and MAT Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!