Webビューの「MA​TLABサポート関数​を含める」オプション​の機能は何ですか?

4 views (last 30 days)
MathWorks Support Team
MathWorks Support Team on 27 Feb 2024
Webビューの「MATLABサポート関数を含める」オプションの機能について、教えてください。

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 26 Mar 2024
Edited: MathWorks Support Team on 26 Mar 2024
Webビュー画面の「MATLABサポート関数を含める」オプションの機能ですが、MATLAB Function ブロックで使用しているユーザ定義のMATLAB関数をWeb ビューにエクスポートするかどうかの選択オプションになります。
例えば、モデル test_23a.slx の MATLAB Function ブロック内で、ユーザ定義の MATLAB 関数my_other_fcn.m を使用します。
・「MATLABサポート関数を含める」オプションを選択している場合
ユーザ定義のMATLAB関数my_other_fcn が”リンク”になり、そのリンクをマウスで選択するとユーザ定義のMATLAB関数 my_other_fcn.m のコードが表示されます。
・「MATLAB サポート関数を含める」オプションを非選択の場合
ユーザ定義の MATLAB 関数 my_other_fcn がリンク無しになります。

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!