How can I find specified Block Types in Simulink ?
1 次查看(过去 30 天)
显示 更早的评论
How can I find specified Block Types in Simulink like "Selector" via the Finder (STRG+F)?
0 个评论
回答(1 个)
Fangjun Jiang
2020-3-20
Advanced, then select BlockType, and set value
4 个评论
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')
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!