not a binary MAT-file

35 Ansichten (letzte 30 Tage)
mehra
mehra am 4 Nov. 2021
Kommentiert: Yongjian Feng am 8 Nov. 2021
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 Kommentare
Image Analyst
Image Analyst am 7 Nov. 2021
I'm still not seeing your mat file or zip file. Where is it?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yongjian Feng
Yongjian Feng am 4 Nov. 2021
Bearbeitet: Yongjian Feng am 4 Nov. 2021
  1. Use matfile to read the file?
  2. 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 Kommentare
Yongjian Feng
Yongjian Feng am 8 Nov. 2021
Can you find it within matlab? You can do a copy and rename from matlab as well.

Melden Sie sich an, um zu kommentieren.

Kategorien

Find more on File Operations 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!

Translated by