The name of these symbols in Simulink
18 views (last 30 days)
Show older comments
Guys , I need the name of these symbols that be surrounded by green,yellow,blue and red. If you know , could you please write on comments?
0 Comments
Answers (2)
madhan ravi
on 26 Nov 2023
Edited: madhan ravi
on 26 Nov 2023
Green -> Step block
Yellow -> Gain block
Red -> To Workspace block
Blue -> Terminator block
0 Comments
Daniel
on 26 Nov 2023
You can find the type of any Simulink block by double-clicking it. The block parameters will show you the name in the upper left, e.g. "Sum" for your adders or "Step" for your sources.
You can find the specific name of a Simulink block by selecting it. The name will be shown by the block, either in black as with the Gain blocks (named s11 etc), or in blue if the name is default and autogenerated (no examples in this screenshot).
You can also get the full pathname of any block by selecting it in Simulink and then typing gcb in MATLAB.
1 Comment
madhan ravi
on 26 Nov 2023
Daniel looks like an assignment and to determine the name of the blocks from a document
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!