Matlab - Simulink for cycle

How can I make simulation cycle in Simulink (started by command from matlab) with Fast Restart mode enabled with changing input parameters in Matlab before starting the simulation? - I need to set up just one variable from matlab before simulation, and after the simulation get 4 variables out

1 Comment

for(i=1:10)
sim(model)
A=A/2; %variable I need to get to simulink
i=i+1;
end

Sign in to comment.

Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Asked:

on 17 Mar 2016

Edited:

on 17 Mar 2016

Community Treasure Hunt

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

Start Hunting!