Finding Simulink block by sample time
2 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
goerk
2015 年 9 月 28 日
try this:
find_system(gcs, 'FindAll', 'on', 'SampleTime', 'inf')
where gcs means get current system and could also be replaced with the model name.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!