Problem in using the "While" loop function
Ältere Kommentare anzeigen
Hello, I have a function, say x=x(t) where x(t=0)=xo and x(t=1)=x(t=0)-fun(t), and x(t=2)=x(t=1)-fun(t), and so on. I want to make a loop function to calculate x(t) till x(t)=0. How can I do that?
Thank you.
4 Kommentare
A Jenkins
am 18 Sep. 2014
Amr Sadek
am 22 Sep. 2014
Rick Rosson
am 22 Sep. 2014
- Is the time domain continuous or discrete?
- If discrete, what is the time increment?
Amr Sadek
am 22 Sep. 2014
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!