Matlab 调试 c++/c代码

标签: 杂谈 |
Notes on Debugging
The examples show how to debug yprime.c, found in your matlabroot/extern/examples/mex/ folder.
Binary MEX-files built with the -g option do not execute on other computers because they rely on files that are not distributed with MATLAB software. Refer to the "Calling C/C++ and Fortran Programs from MATLAB" topic Troubleshooting MEX-Files for additional information on isolating problems with MEX-files.
http://blog.sina.com.cn/s/blog_9db9f81901013yle.html