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 Commento

Janko Mrkva
Janko Mrkva il 17 Mar 2016
Modificato: Fangjun Jiang il 17 Mar 2016
for(i=1:10)
sim(model)
A=A/2; %variable I need to get to simulink
i=i+1;
end

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Simulink in Centro assistenza e File Exchange

Prodotti

Richiesto:

il 17 Mar 2016

Modificato:

il 17 Mar 2016

Community Treasure Hunt

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

Start Hunting!

Translated by