Why does MATLAB crash when I try to import binary files using the Import Wizard?

Why does MATLAB crash when I try to import binary files using the Import Wizard?
I have a binary data file that is of unspecified format that I am trying to read into MATLAB using the Import Wizard. The Import Wizard allows me to select my file but when I click 'Open', I receive an Assertion Failure/Crash Dump.
Assertion failed: (hdr->in_use != 0), at line 870 of file "./mwmem.c".
Attempt to free previously freed memory

 採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日

0 投票

This problem has been brought to the attention of our development staff so that it may be fixed in a future release of MATLAB.
Please use the low-level file I/O function FREAD to read in binary data files whose format MATLAB does not explicitly support through its high-level functions.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePrinting and Saving についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by