Clear Filters
Clear Filters

Simulink, how to create multi subsystem in one block?

3 views (last 30 days)
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 Comment
Arvind Sathyanarayanan
Arvind Sathyanarayanan on 19 Jul 2019
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:

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!