搜索资源列表
vcc_mex
- 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
MFC_Windows_MATLAB_C_Math_Library
- 从MFC Windows 应用程序中调用MATLAB C Math Library-From the MFC Windows application, call the MATLAB C Math Library
MATLABEngClass
- VS中开发的一个C与matlab混合编程的小程序,该类可以使用到其他的MFC程序中去。 但是注意,使用时,要把matlab所在的本地文件夹中的extern中的lib和include添加到VS的工程属性的lib和include路径中去。且要添加四个lib文件。-VS in the development of a mixed C and matlab programming small programs, the class can use the program to other MFC t
MexDemoNet2
- 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.2节代码 vc.net通过扩展MFC动态链接库创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc.net 6.5.2 MFC dynamic link library by extending the program to create MEX