Matlab crashes while running *.mexw32
Mostrar comentarios más antiguos
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 comentarios
Kaustubha Govind
el 11 de Jun. de 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
el 11 de Jun. de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!