Dynamic graph of polygonial lines
Afficher commentaires plus anciens
Hi, I am trying to solve this issue for couple of weeks. I want to have a single 2d figure on which I will draw not-closed 3 polygonial lines of different colors.
So pseudocode should be something like this:
draw(path1,path2,path3);
for i=1:10
path1=f1();
path2=f2();
path3=f3();
draw(path1, path2, path3);
User should just watch it, without need to click anything.
Can you give me some hint, please.
Thank you
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects 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!