Recognize Block in Simulink

1 次查看(过去 30 天)
Syahirah Eshah
Syahirah Eshah 2019-8-30
Can anyone that recognize the block in the simulink give the name to these blocks?
(a)
(b)
(c)
  2 个评论
Walter Roberson
Walter Roberson 2019-8-30
The first one looks like a Constant block to me.
The second Is possibly a Memory Store
The third one I do not recognize. Perhaps if we had more context someone might recognize it.
Renato SL
Renato SL 2019-8-30
I think the second one is a Display block. It receives a [1x3] data (maybe after a Mux or something) and so there are 3 screens.
I think the third one is a Subsystem.

请先登录,再进行评论。

回答(1 个)

Monika Jaskolka
Monika Jaskolka 2020-2-5
编辑:Monika Jaskolka 2020-2-5
a) Constant
b) Display, with the Numeric Display Format parameter set to bank
c) SubSystem
If you have the model with these blocks, you can select a block and use the following command to check:
get_param(gcb, 'BlockType')

类别

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