matlib.资料

1、C#与matlab混合编程的研究与应用 - 彬_hb - 博客园.html(https://www.cnblogs.com/jonsen-hb/p/jonsen-hb.html

 C#调用Matlab程序 - run_qin - 博客园.html(https://www.cnblogs.com/sayHello2World/p/8628545.html

2、MATLAB 2018b 中文版下载与安装教程-百度经验.html(https://jingyan.baidu.com/article/cbcede075e415e02f40b4dc3.html)  ZC:下载地址

3、

4、

5、C++ 调用方式,主看:

 5.1、matlab函数编译dll,vs调用该dll的方法 - A15216111693的博客 - CSDN博客.html(https://blog.csdn.net/a15216111693/article/details/79232288

 5.2、VS2015调用Matlab编译生成的DLL 编译环境设置 [吐血整理] - weixin_41760829的博客 - CSDN博客.html(https://blog.csdn.net/weixin_41760829/article/details/79389685

 ZC:C++调用的方式 测试了1天多,有如下问题:

  (1) C++的DLL,生成的C++函数 的函数名 带有随机字符,MCC 不知道 怎么设置参数  能够使用?.def文件(或 达到一样的效果)...

  (2) deploytool 自动生成的 dll,在调用函数mclInitializeComponentInstanceEmbedded(...)[ 在函数UntitledZZInitializeWithHandlers(...)中 ]时  OK。但是 我根据它生成的C++源码来编译dll的时候 mclInitializeComponentInstanceEmbedded(...)总是不成功...

6、

7、C# 调用方式,主看:

 7.1、C#与MATLAB混合编程 - 不积跬步,无以至千里 - CSDN博客.html(https://blog.csdn.net/dujiahei/article/details/78440230

  ZC:MWNumericArray & MWArray 等的声明,找到 是这个:"D:\Program Files\MATLAB\R2018b\toolbox\dotnetbuilder\bin\win64\v4.0\MWArray.dll"。

 7.2、MATLAB与C#混合编程的两种方法 - weixin_40405758的博客 - CSDN博客.html(https://blog.csdn.net/weixin_40405758/article/details/81940071)  ZC:这个不是主看,辅助看看

8、

9、

10、

 

posted @ 2019-09-09 16:29  csskill  阅读(295)  评论(0编辑  收藏  举报