Matlab 调试 c++/c代码

Matlab 调试 c++/c代码

  (2012-04-28 08:51:55)
标签: 

杂谈

 

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

你可能感兴趣的:(Matlab 调试 c++/c代码)