The name of these symbols in Simulink
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
madhan ravi
el 26 de Nov. de 2023
Editada: madhan ravi
el 26 de Nov. de 2023
Green -> Step block
Yellow -> Gain block
Red -> To Workspace block
Blue -> Terminator block
0 comentarios
Daniel
el 26 de Nov. de 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 comentario
madhan ravi
el 26 de Nov. de 2023
Daniel looks like an assignment and to determine the name of the blocks from a document
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!