not a binary MAT-file

41 ビュー (過去 30 日間)
mehra
mehra 2021 年 11 月 4 日
コメント済み: Yongjian Feng 2021 年 11 月 8 日
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 件のコメント
Image Analyst
Image Analyst 2021 年 11 月 4 日
Then zip it up and attach the zip file.
Image Analyst
Image Analyst 2021 年 11 月 7 日
I'm still not seeing your mat file or zip file. Where is it?

サインインしてコメントする。

回答 (1 件)

Yongjian Feng
Yongjian Feng 2021 年 11 月 4 日
編集済み: Yongjian Feng 2021 年 11 月 4 日
  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 件のコメント
mehra
mehra 2021 年 11 月 7 日
you mean to search it in my files in my windows? If yes i tried it now it could not find it!! If the file has problem then maybe I should ask for the right file but I have to be sure that this file has problem
Thanks again
Yongjian Feng
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 ExchangeFile Operations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by