How can I find specified Block Types in Simulink ?
    4 views (last 30 days)
  
       Show older comments
    
How can I find specified Block Types in Simulink like "Selector" via the Finder (STRG+F)?
0 Comments
Answers (1)
  Fangjun Jiang
      
      
 on 20 Mar 2020
        Advanced, then select BlockType, and set value
4 Comments
  Fangjun Jiang
      
      
 on 24 Mar 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')
See Also
Categories
				Find more on Interactive Model Editing in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!