Reputation: 10153
Lets say I have following model
And I want the block in red to come from another model.I want them the two models to run independently and having them talk to each other. I have read this https://www.mathworks.com/help/simulink/ug/share-data-with-other-matlab-system-blocks.html but I didn't help me
Upvotes: 0
Views: 1016
Reputation: 10762
You're not really sharing data, you are asking about using one model inside another model. For this you want to use the Model Reference block.
Upvotes: 2