搜索资源列表
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
matlabdllX86
- 在MFC生成的对话框中调用经matlab编译生成的dll文件,并将matlab中的figure窗口以嵌入对话框的形式显示出来。-the dialog depends on MFC calls the .DLL file compiled by MATLAB compiler.And the window of figure is embeded in the MFC dialog.