Dynamic graph of polygonial lines
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Creating, Deleting, and Querying Graphics Objects in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!