Matlab toolboxをsimulinkで使えますか?
1 回表示 (過去 30 日間)
古いコメントを表示
MatlabtoolboxのCurve fitting toolboxですが、simulinkのmatlab function内で使えますか?
curvefitting toolboxのfit関数で作った3Dフィッティングの変数をMatlabfuctionで使おうとするとエラーになってしまいます。
matlab code↓
surffit = fit([x,y],z,"poly23",'normalize','on'));
simulink
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1384404/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1384409/image.png)
0 件のコメント
回答 (1 件)
Toshinobu Shintai
2023 年 5 月 15 日
Simulinkでは、基本的にはコード生成に対応したMATLAB関数しか使えませんが、「coder.extrinsic」を使うとコード生成を抑止できるため、全てのコマンドが使えるようになります。
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!