What are these blocks in Simulink and how to find?
Ältere Kommentare anzeigen

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.
1 Kommentar
Paul
am 24 Feb. 2026
Akzeptierte Antwort
Weitere Antworten (1)
Sam Chak
am 24 Feb. 2026
2 Stimmen
Hi @Michelle
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 Kommentar
Michelle
am 24 Feb. 2026
Kategorien
Mehr zu General Applications finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!