mex "out of memory" problem
Ältere Kommentare anzeigen
I'm hoping someone can help me with a problem I'm having with some mex code.
I am using a matlab toolbox and it has some mex function. When I call these c++ function, it crashes and matlab reports that it is "Out of Memory". I really need to fix this problem
2 Kommentare
Walter Roberson
am 17 Sep. 2013
Does it crash immediately? Does it crash after it has run a bit on the first call? Does it crash on one of the following calls? Is it possible that you have a memory leak in your C++ code ?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!