モデル内に含まれるMatlab Function ブロックの一覧を検出する方法はありますか?
Show older comments
モデル内に含まれるMatlab Function ブロックの一覧を検出する方法を教えてください。
Accepted Answer
More Answers (1)
交感神経優位なあかべぇ
on 26 Jul 2023
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
Categories
Find more on Simulink Function in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!