How can I find specified Block Types in Simulink ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can I find specified Block Types in Simulink like "Selector" via the Finder (STRG+F)?
0 comentarios
Respuestas (1)
Fangjun Jiang
el 20 de Mzo. de 2020
Advanced, then select BlockType, and set value
4 comentarios
Fangjun Jiang
el 24 de Mzo. de 2020
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')
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!