Borrar filtros
Borrar filtros

Recognize Block in Simulink

2 visualizaciones (últimos 30 días)
Syahirah Eshah
Syahirah Eshah el 30 de Ag. de 2019
Editada: Monika Jaskolka el 5 de Feb. de 2020
Can anyone that recognize the block in the simulink give the name to these blocks?
(a)
(b)
(c)
  2 comentarios
Walter Roberson
Walter Roberson el 30 de Ag. de 2019
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 el 30 de Ag. de 2019
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.

Iniciar sesión para comentar.

Respuestas (1)

Monika Jaskolka
Monika Jaskolka el 5 de Feb. de 2020
Editada: Monika Jaskolka el 5 de Feb. de 2020
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')

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by