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!