摘要: 一、生成动态库1.编写matlab函数Test_Dll.mfunction [res] = Test_Dll(a, b) res = a+b;end 2.打开app->MATLAB Coder 3.选择matlab函数文件 4.设置入参类型,这里都设置成double(1x1) 5.CHECK FOR 阅读全文
posted @ 2023-08-30 17:51 朱小勇 阅读(2) 评论(0) 推荐(0)