For loop in Simulink?
Mostra commenti meno recenti
I am converting Matlab code into Simulink model. For which I need to know the way I can add "for loop" in Simulink.
Here is the code:
for m=1:100
x(m)=354.6E0/y(m);
z(m)=x(m)/3600.0E0*volume;
end
Can anyone tell me how to put it in Simulink block model?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!