Why does running my mex function cause matlab to shutdown?
조회 수: 1 (최근 30일)
이전 댓글 표시
For some reason the mexw64 function I have compiled causes matlab to shut down on me. I compiled the mex function in visual c++ 2010, and none of the source code has any sign of the function 'exit()', which i found was a common cause here:
Ideas anyone?
댓글 수: 0
답변 (2개)
Shashank Prasanna
2013년 6월 21일
Are you sure it isn't crashing but exiting gracefully?
Here is where you can check if there is a crash dump:
댓글 수: 0
Youssef Khmou
2013년 6월 21일
hi, One probable reason is that the name of your function already exists in Mat built-in functions directory, check the name of your function :
which your function name
example :
which fft
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!