Matlab crashes while running *.mexw32
이전 댓글 표시
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
Kaustubha Govind
2012년 6월 11일
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
2012년 6월 11일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!