- 使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用的方法
- 运行环境:Win9X/2000/XP/2003/
- 源码语言:简体中文
- 源码类型:MATLAB接口
- 授权方式:收费源码
- 软件大小:5.00 KB
- 推荐星级:

- 更新时间:2008-6-3 18:26:59
- 解压密码:本站默认解压密码:www.ymlib.net
- 下载统计:
源码简介
以前使用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 procedure used mcc m into dl l, then vc call method. This method of complex documents m very easy, but for some minor procedures, such as curve visualization, matrix eigenvalue calculation, and so on, these are just two lines need a small procedure code, reuse dll on the loss outweighs the gain. After testing, can be found directly in the C Programming Calling Matlab c / c math
before using Matlab and vc mixed programming using the first procedure used mcc m into dl l, then vc call method. This method of complex documents m very easy, but for some minor procedures, such as curve visualization, matrix eigenvalue calculation, and so on, these are just two lines need a small procedure code, reuse dll on the loss outweighs the gain. After testing, can be found directly in the C Programming Calling Matlab c / c math
下载地址
源码评论 (评论内容只代表网友观点,与本站立场无关!) 发表评论...
下载说明

您当前的位置: