2019/5/11

使用MATLAB dll 打包錯誤 https://zhidao.baidu.com/question/1578720710661274220.html
下載地址 https://ww2.mathworks.cn/help/compiler/mcrinstaller.html
Matlab編寫函數通過deployTool生成C#可以調用的dll文件 https://blog.csdn.net/weixin_41661099/article/details/86731213
機器人關節robotSimulation https://blog.csdn.net/huzhizhewudi/article/details/84573111
https://blog.csdn.net/liu16659/article/details/52442435 畫圖調用MATLAB已經成功
程序如下:
function drew()
x=-2:0.1:2;
y=x.*x.*x+1;
plot(x,y);
xlabel(‘自變量’);
ylabel(‘因變量’);
end

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章