The name of these symbols in Simulink

4 次查看(过去 30 天)
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?

回答(2 个)

madhan ravi
madhan ravi 2023-11-26
编辑:madhan ravi 2023-11-26
Green -> Step block
Yellow -> Gain block
Red -> To Workspace block
Blue -> Terminator block

Daniel
Daniel 2023-11-26
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 个评论
madhan ravi
madhan ravi 2023-11-26
Daniel looks like an assignment and to determine the name of the blocks from a document

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by