The name of these symbols in Simulink
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
madhan ravi
le 26 Nov 2023
Modifié(e) : madhan ravi
le 26 Nov 2023
Green -> Step block
Yellow -> Gain block
Red -> To Workspace block
Blue -> Terminator block
0 commentaires
Daniel
le 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 commentaire
madhan ravi
le 26 Nov 2023
Daniel looks like an assignment and to determine the name of the blocks from a document
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!