Why does MATLAB hang and/or crash when I try to open a large MAT-file?
Show older comments
I have saved a very large data set in a MAT-file. When I try to open the MAT-file in MATLAB, it stays busy for a long time and then crashes with the following error message:
ERROR: ------------------------------------------------------------------------
Assertion detected at Wed Jan 19 17:57:26 2005
------------------------------------------------------------------------
Assertion failed: Forced Assertion at line 388 of file ".\memmgr\memcache.cpp".
Cache error: base_table is full
Configuration:
MATLAB Version: 7.0.1.24704 (R14) Service Pack 1
MATLAB License: DEMO
Operating System: Microsoft Windows XP
Window System: Version 5.1 (Build 2600: Service Pack 1)
Processor ID: x86 Family 15 Model 2 Stepping 9, GenuineIntel
Virtual Machine: Java 1.4.2_04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
(mixed mode)
Default Charset: ibm-5348_P100-1997
Stack Trace:
When I tried to see the contents of the file using the following command:
whos -file myfile.mat
I observed the same behavior and the same error message as above.
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!