Change Simulink block parameter during simulation
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Modeling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!