Simultaneous graph animations issue
Afficher commentaires plus anciens
So I'm currently attempting to animate multiple graphs on the same page using the comet() funtion, but when I run the functions together, they run one after the other,
each graph is modelled similarly but I'd like to have them all run simultaneously on the same graph. Is that possible for a comet() function?
x = a+b*cos(3*pi*t);
y = b+c*sin(3*pi*t);
plot(x,y);
comet(x,y);
hold on
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Animation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!