Azzera filtri
Azzera filtri

Simulation of more than one subsystem at different simulation times

2 visualizzazioni (ultimi 30 giorni)
I need some help. I am not very experienced in Simulink and I have this problem. I have a simulation basically composed of two parts:
1. part 1: Data being generated and sent to the workspace
2. part 2: embedded matlab function and differential equations that lead to the result.
The problem is that in 2nd part embedded matlab function need to evaluate data from Part 1.
Each part must be simulated at two different simulation times in order to get the desired result
I don't know how to make the 2nd part of simulation start some time later (when the data from Part 1 was sent to the workspace). The 2nd Part must start its simulation at a different time.
I hope I explained it clear. If not I will try to explain better.
Thank you very much for the responses.
  1 Commento
Kaustubha Govind
Kaustubha Govind il 11 Lug 2011
Do you mean that you want Part 1 to finish logging data to the workspace, and start Part 2 only after Part 1 has finished execution? If so, why not have two different models - run the first one to log the data first and then use those as inputs in the second one? You can write a MATLAB script to control their execution.
Or did you mean that you need the two parts to run simultaneously, but at different sample times?

Accedi per commentare.

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 10 Lug 2011
You can put your second part in an Enabled Subsystem block, or a triggered subsystem block.

Categorie

Scopri di più su Large-Scale Modeling in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by