Can you use a Simulink model to set the values in a different model?

3 views (last 30 days)
Is there any way that you can have one model link up to another model? Lets say I got a model that looks like this:
And another model that looks like:
If the first one had constant blocks instead of inports, could I set the first models constants and have the outport send the value to the inport of the second model?

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 18 Jul 2012
AFAIK, the only supported way currently to have two models run simultaneously and send/receive data from each other is to use both of them as referenced models inside a third model where you can connect their input/output ports as required.

More Answers (0)

Categories

Find more on Create Large-Scale Model Components in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!