Effacer les filtres
Effacer les filtres

Setting initial condition of simulink integrator through code

29 vues (au cours des 30 derniers jours)
Ahmed Rehan
Ahmed Rehan le 21 Juil 2020
Commenté : Fangjun Jiang le 24 Juil 2020
Hi,
I am trying to cchange the initial condition of an integrator in Simulink by using Matlab code. I am using the following lines:
init_cond_integrator=[pi/3;0];
set_param('ClosedLoop_PID_MRFT_with_actuator/Manipulator Dynamics/Integrator1','InitialCondition',num2str(init_cond_integrator));
It gives the following error:
'ClosedLoop_PID_MRFT_with_actuator/Manipulator Dynamics/Integrator1' has unapplied changes. Please apply or cancel these changes before running the simulation.
Any help will be highly appreciated.
Thanks!

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 21 Juil 2020
The error message says you have the dialog window open and changes have not been applied. Click apply or Ok and then proceed.
  4 commentaires
Ahmed Rehan
Ahmed Rehan le 24 Juil 2020
Yes, right, but that seems undoable using the set_param command.
Fangjun Jiang
Fangjun Jiang le 24 Juil 2020
set_param(Block,'InitialCondition',mat2str([1,2]))

Connectez-vous pour commenter.

Catégories

En savoir plus sur Simulink Functions dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by