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
本文展示了如何使用Matlab调试C/C++代码,包括使用带有-g选项构建的二进制MEX文件可能遇到的问题及解决方法。
1487

被折叠的 条评论
为什么被折叠?



