I need to iterate the for-loop subsystem 3 times. For each iteration, the output result will then be then be the input for the next iteration and the result for each iteration should be displayed.Thanks in advance.
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
for example; thetaL=10; //intial value for(i=0;i<3;i++) { thetaL0=thetaL; thetaL1=(42.8/38.4)*w; thetaL=thetaL+thetaL1; }
0 Commenti
Risposta accettata
Birdman
il 3 Gen 2018
See the attached model. Just run it and see the results. Hope this helps.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!