How to find all XY Graphs in Simulink model
古いコメントを表示
I would like to find all XY Graphs in a Simulink model, even under masks. The following doesn't work:
find_system(bdroot, 'Sinks', 'XY Graph')
How can I format this command correctly? Also how could I have formatted it using Regexp if I knew the block name contains 'X' but not the full name, 'XY Graph'?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Programmatic Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!