Change Simulink block parameter during simulation

34 vues (au cours des 30 derniers jours)
Óscar Poveda
Óscar Poveda le 18 Mar 2021
Commenté : Óscar Poveda le 25 Mar 2021
Hi!
I am trying to update a block parameter of simulink during the simulation. In my case, I want to update the parameter "Lookahead distance (m)" depending on the current velocity of my vehicle.
First i thought using a MATLAB Function block, whose input is the current velocity and then a variable called "lookahead" is calculated. Then i wrote this variable in the "Pure Pursuit" block, so i thought that changing this value inside the MATLAB function would have changed the value of the variable inside the block. Instead, it's value is constant during all simulation (the value predefined in the MATLAB workspace before running the simulation).
So, there is a way to change a block parameter in Simulink in each time step?
Thank you all,
Óscar

Réponse acceptée

Kiran Felix Robert
Kiran Felix Robert le 22 Mar 2021
Modifié(e) : Kiran Felix Robert le 22 Mar 2021
Hi Oscar,
Refer this answer thread for details about updating Simulink block parameters at run time. The reason why the variable is not updated is also clearly explained in this answer.
Also refer this MathWorks blog page about similar issue. This explains the difference between Block Parameter and Simulink Signals.
  1 commentaire
Óscar Poveda
Óscar Poveda le 25 Mar 2021
Thank you so much! It was so helpful.
Óscar.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink 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