Matlab toolboxをsimulinkで使えますか?

조회 수: 1 (최근 30일)
SHromaneko
SHromaneko 2023년 5월 15일
답변: Toshinobu Shintai 2023년 5월 15일
MatlabtoolboxのCurve fitting toolboxですが、simulinkのmatlab function内で使えますか?
curvefitting toolboxのfit関数で作った3Dフィッティングの変数をMatlabfuctionで使おうとするとエラーになってしまいます。
matlab code↓
surffit = fit([x,y],z,"poly23",'normalize','on'));
simulink

답변 (1개)

Toshinobu Shintai
Toshinobu Shintai 2023년 5월 15일
Simulinkでは、基本的にはコード生成に対応したMATLAB関数しか使えませんが、「coder.extrinsic」を使うとコード生成を抑止できるため、全てのコマンドが使えるようになります。

카테고리

Help CenterFile Exchange에서 コード生成에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!