Windows下mex程序的调试 使用Matlab调试mex程序

转载自http://blog.csdn.net/raodotcong/article/details/6317273

 写一下在Windows下调试Matlab与C/C++混合编程程序的方法。

      1 编写Mex源文件

Windows下mex程序的调试 使用Matlab调试mex程序_第1张图片

      2 使用-g选项编译Mex源文件

Windows下mex程序的调试 使用Matlab调试mex程序_第2张图片

      3 将Matlab进程绑定到VS编译器中

Windows下mex程序的调试 使用Matlab调试mex程序_第3张图片

Windows下mex程序的调试 使用Matlab调试mex程序_第4张图片

      4 在VS中打开Mex源文件

Windows下mex程序的调试 使用Matlab调试mex程序_第5张图片

Windows下mex程序的调试 使用Matlab调试mex程序_第6张图片

       5 在源文件中添加断点

Windows下mex程序的调试 使用Matlab调试mex程序_第7张图片

      6 在Matlab中运行上面的Mex程序

      7 等待击中断点后在VS中进行调试

Windows下mex程序的调试 使用Matlab调试mex程序_第8张图片


本人亲自测试,效果良好。


你可能感兴趣的:(windows,matlab,调试,Visual,Studio,mex)