寫一下在Windows下調試Matlab與C/C++混合編程程序的方法。
1 編寫Mex源文件
2 使用-g選項編譯Mex源文件
3 將Matlab進程綁定到VS編譯器中
4 在VS中打開Mex源文件
5 在源文件中添加斷點
6 在Matlab中運行上面的Mex程序
7 等待擊中斷點後在VS中進行調試
Ubuntu Server上安裝Matlab http://www.linuxidc.com/Linux/2014-09/106242.htm
Matlab與C/C++聯合編程之從Matlab調用C/C++代碼 http://www.linuxidc.com/Linux/2012-08/68148.htm
二分類SVM方法Matlab實現 http://www.linuxidc.com/Linux/2013-05/84050.htm
Matlab中的取整函數fix, floor, ceil與round http://www.linuxidc.com/Linux/2013-10/91161.htm
Matlab編譯cuda的.cu文件 http://www.linuxidc.com/Linux/2014-04/100675.htm
Linux Matlab服務器進一步改造成Application Server(應用程序服務器) http://www.linuxidc.com/Linux/2014-09/106340.htm