필터 지우기
필터 지우기

Recognize Block in Simulink

조회 수: 2 (최근 30일)
Syahirah Eshah
Syahirah Eshah 2019년 8월 30일
편집: Monika Jaskolka 2020년 2월 5일
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