Matlab crashes while running *.mexw32
Ältere Kommentare anzeigen
Matlab crashes while running *.mexw32 file. This file is generated from a .cpp code. The Matlab runs fine when the output data size is less, but it crashes for higher data size output.
2 Kommentare
Kaustubha Govind
am 11 Jun. 2012
I wonder if you're running out of memory? Try checking for NULL pointers returned from mxCreate* functions and throw an error using mexErrMsgTxt.
Amit Kalhapure
am 11 Jun. 2012
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Startup and Shutdown 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!