Animating circle to increase and decrease in size over a period of time

2 次查看(过去 30 天)
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

回答(2 个)

Image Analyst
Image Analyst 2014-4-22
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
Tze Tian 2014-4-22
@Image Analyst oh what i am actually looking for is an animation sequence. Would that be possible ?

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by