how to control a simulink block through mfile?

1 view (last 30 days)
Hi I have mfile that includes a while loop.I need for every iteration to change the value of a gain block in simulink model, run the simulink model, and call back another value from the simulink to the mfile. Is it possible?

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 2 Aug 2016
Edited: Azzi Abdelmalek on 2 Aug 2016
To update your simulink model use
set_param(model,'SimulationCommand','Update')

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!