HELP "OUT OF MEMORY"
Ältere Kommentare anzeigen
i execute a program in matlab... and it runs fine.... when i execute it for the second time it says
"OUT OF MEMORY"
i typed
"clear all"
and executed it still it says "out of memory"... but if i close matlab and execute it refreshly it will execute... what should i do to rectify this error
2 Kommentare
Oliver Woodford
am 28 Apr. 2014
Please provide more details about the program. Is it written in pure MATLAB or does it call external code such as a C library or a mex file?
Elysi Cochin
am 28 Apr. 2014
Bearbeitet: Elysi Cochin
am 28 Apr. 2014
Akzeptierte Antwort
Weitere Antworten (1)
It's a known problem unfortunately. See, for example,
Try not to allocate so much memory. Newer versions of MATLAB might also handle the problem better.
2 Kommentare
Elysi Cochin
am 21 Mai 2014
Matt J
am 21 Mai 2014
What messages does "clear classes" return?
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!