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 commentaire

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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Simulink dans Centre d'aide et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by