Bloc "Input1" in Simulink
이전 댓글 표시
I have a question that is normally basic block Input1 source, if we add a second block, the number is incremented by 2, what is the usefulness of this block, since it is not a signal, this is when you use it?
답변 (1개)
Kaustubha Govind
2012년 4월 30일
1 개 추천
Inport/Outport are used as boundary blocks for a system. When used within a subsystem, they create inputs/outputs to the subsystem block that you can use to connect it with other blocks. When used at a model level, it can be used for at least two purposes:
- To import/export input/output signals via the Data Import/Export Pane.
- When generating code from the model, these serve as input/output signals that are supplied from other pieces of code.
카테고리
도움말 센터 및 File Exchange에서 Modeling에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!