モデル内に含まれるMatlab Function ブロックの一覧を検出する方法はありますか?
显示 更早的评论
モデル内に含まれるMatlab Function ブロックの一覧を検出する方法を教えてください。
采纳的回答
更多回答(1 个)
交感神経優位なあかべぇ
2023-7-26
SubSystemのブロックパラメーターSFBlockTypeをfind_systemで検索することで、MATLAB Functionを検出できます。
find_system(bdroot, 'SFBlockType', 'MATLAB Function')
同様の方法で、下記Stateflowブロックも特定することができます。ブロック名とSFBlockTypeの値を記述します。
ブロック名 : SFBlockType
- Chart : Chart
- Truth Table : Truth Table
- State Transition Table : State Transition Table
- MATLAB Function : MATLAB Function
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink Function 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!