I realized that my file doesnt get attached to the question, I dont know why.
not a binary MAT-file
조회 수: 54 (최근 30일)
이전 댓글 표시
Hello eveyone
I have a file with .mat extension file which I cant load and I get the following errror:
Not a binary MAT-file. Try load -ASCII to read as text.
I tried using dlmread('') command and also tried addpath('') but none of them worked.
I am attaching the file.
load('._lim1020_x1100_y7140.089.19.Vectrino Profiler.00000_y_D=0.3.mat');
Could you help me with this?
Thanks
댓글 수: 3
답변 (1개)
Yongjian Feng
2021년 11월 4일
편집: Yongjian Feng
님. 2021년 11월 4일
- Use matfile to read the file?
- On linux, try this from a terminal
hexdump -c your_matfile.mat | more
3. On Windows, try this from a terminal
format-hex your_matfile.mat | more
Post the first line here.
댓글 수: 14
Yongjian Feng
2021년 11월 8일
Can you find it within matlab? You can do a copy and rename from matlab as well.
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!