How can I find specified Block Types in Simulink ?
이전 댓글 표시
How can I find specified Block Types in Simulink like "Selector" via the Finder (STRG+F)?
답변 (1개)
Fangjun Jiang
2020년 3월 20일
0 개 추천
Advanced, then select BlockType, and set value
댓글 수: 4
Armin Mueller
2020년 3월 20일
편집: Armin Mueller
2020년 3월 20일
Fangjun Jiang
2020년 3월 20일
The value for "BlockType" should be "BusSelector", as is what you get when you run get_param(ABusSelectorBlock,'BlockType')
Armin Mueller
2020년 3월 24일
Fangjun Jiang
2020년 3월 24일
Single click that block in your model and run this in Command Window to get the exact value for block type
get_param(gcb,'BlockType')
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!