The name of these symbols in Simulink
17 次查看(过去 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?
0 个评论
回答(2 个)
madhan ravi
2023-11-26
编辑:madhan ravi
2023-11-26
Green -> Step block
Yellow -> Gain block
Red -> To Workspace block
Blue -> Terminator block
0 个评论
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
2023-11-26
Daniel looks like an assignment and to determine the name of the blocks from a document
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!