Borrar filtros
Borrar filtros

Remove initial state from SimulationInput object

1 visualización (últimos 30 días)
Elsa Bunz
Elsa Bunz el 13 de En. de 2022
Comentada: Rahul Kumar el 8 de Abr. de 2022
If I set an initial state for a SimulationInput object using
in = in.setInitialState(xInitial)
(see here), how can I remove the initial state again and start a simulation from t=0 with the same SimulationInput object?
Thanks in advance!
  1 comentario
Rahul Kumar
Rahul Kumar el 8 de Abr. de 2022
Can you provide an example code of what you are trying to do. You can remove the InitialState by setting to to []
in.InitialState = [];

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Run Multiple Simulations en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by