Effacer les filtres
Effacer les filtres

Start simulink simulation from cetrain time

1 vue (au cours des 30 derniers jours)
Lila Lotus
Lila Lotus le 1 Août 2020
Commenté : Lila Lotus le 28 Août 2020
Dear all,
I start simulink simulation multiple time (with clear mex inbetween) and I want to set simulation start time, so that it advances with each simulation.
i.e.
out=sim('mysim','StartTime','100','StopTime','130')
But this start time sims to be ignored.ssGetTime sims to return values starting from 0.
Is it possible to set start simulation time somehow?
Thanks

Réponse acceptée

Fangjun Jiang
Fangjun Jiang le 26 Août 2020
See these
set_param('vdp','SimulationCommand','start')
set_param('vdp','SimulationCommand','pause')
set_param('vdp','SimulationCommand','continue')
set_param('vdp','SimulationCommand','stop')
  3 commentaires
Fangjun Jiang
Fangjun Jiang le 27 Août 2020
Open the example model 'vdp', press Ctrl+E, go to Data Import/Export, check to output time as "tout", run
a=sim('vdp','StartTime','30','StopTime','50')
check the value of a.tout. It shows time from 30 to 50.
Can you verify?
Lila Lotus
Lila Lotus le 28 Août 2020
Yes, It worked. Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Manual Performance Optimization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by