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!