Simulink, how to create multi subsystem in one block?
이전 댓글 표시
Hello everyone,
I need to create multi subsystem in one block(Visually) , that can take a vector of bus input and each bus in the vector goes to each subsystem.
The subsystem are suppose to be copies of each other and each change that i make on one subsystem suppose to change the others the same.
Thanks,
Guy Lasri
댓글 수: 1
Arvind Sathyanarayanan
2019년 7월 19일
You could use model references to achieve this. Create a seperate model of your subsytem and call them multiple times in a master model.
This example might be relevant:
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Subsystems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!