Animating circle to increase and decrease in size over a period of time
Mostra commenti meno recenti
I would like to create a simple visualization whereby the circle (country) will increase/decrease in size(Base on the variables) with respect to time.
How can it be done on matlab with my current dataset ? I would want each circle to represent a country and the size of the circle will be determined by the value in that particular year. C1990 represents year 1990

Risposte (2)
Image Analyst
il 22 Apr 2014
0 voti
You can use rectangle() to draw a circle if you want. The radius can be the number in your table. Use "hold on" and then plot a circle for every country. Then turn hold off, call cla() to wipe the plot clean, then plot them all again for the next year. Pretty easy.
Tze Tian
il 22 Apr 2014
0 voti
Categorie
Scopri di più su Animation in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!