Plot a figure as time progresses?
Mostra commenti meno recenti
Hi
I wanna plot a figure sequentially as time progresses.
For example if we plot
t=0:0.1:10; x=t.^2; plot(t,x);
then we have only a curve.
But I wanna have a figure that starts at the origin and ends at (10,100).
Is there any method or command to do this?
Thanks.
Risposta accettata
Più risposte (1)
Sachin Ganjare
il 29 Apr 2013
0 voti
Refer link below:
Hope it helps!!!
1 Commento
Hancheol
il 29 Apr 2013
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects 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!