Effacer les filtres
Effacer les filtres

Remove initial state from SimulationInput object

1 vue (au cours des 30 derniers jours)
Elsa Bunz
Elsa Bunz le 13 Jan 2022
Commenté : Rahul Kumar le 8 Avr 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 commentaire
Rahul Kumar
Rahul Kumar le 8 Avr 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 = [];

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Run Multiple Simulations dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by