how can I change the active child subsystem in a Variant subsystem during simulation run time ?

4 次查看(过去 30 天)
My goal is to change the active child subsystem in a variant subsystem during simulation at a specific time step.
I tried to do it by changing the Variant control value in the base workspace and then using this command :
set_param(model name, 'SimulationCommand' , 'Update');
This step changed the Variant control value but did not change the active child subsystem and therefore did not solve my problem.

回答(1 个)

Bruno Rodriguez Esteban
Hi Jonathan,
The active child subsystem cannot be changed at simulation time. For that, you'll have to use switches.
Regards,
Bruno.

类别

Help CenterFile Exchange 中查找有关 Component-Based Modeling 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by