What are these blocks in Simulink and how to find?

Specifically the very long green rectangle block and the red block. I tried searching through the library, but I couldn't find them. I am following a older tutorial, so I am unsure if it is a version difference.

 채택된 답변

Walter Roberson
Walter Roberson 2026년 2월 24일

0 개 추천

The triangular blocks appear to be gain blocks https://www.mathworks.com/help/simulink/slref/gain.html
The long green rectangle block looks like a mux block https://www.mathworks.com/help/simulink/slref/mux.html
I am not sure at the moment what the red block is. The stairs notation reminds of of discretization, but the graphic icon for the discretizer block is different than that.

추가 답변 (1개)

Sam Chak
Sam Chak 2026년 2월 24일

2 개 추천

The red block is the Zero-Order Hold block, typically used to "hold" the value of the current sampling point until the next sampling point arrives. It converts a continuous-time input signal into a discrete-time (sampled) signal.
When constructing a model in Simulink, do not rely solely on the visual representation. Instead, ensure that you understand the mathematical description of the model. A good tutorial should clearly present the mathematical model. If the mathematical model indicates the addition of individual signals, you will need to use the "Add" block.

댓글 수: 1

Thank you for sharing about the Zero-Order Hold block! I will research to gain a better understanding of modeling in Simulink.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 General Applications에 대해 자세히 알아보기

제품

태그

질문:

2026년 2월 24일

댓글:

2026년 2월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by