Animation of incresing value

2 views (last 30 days)
Arun Badigannavar
Arun Badigannavar on 3 Aug 2012
I ahve a one integer value,,, suppose 100. I want it to put in a animation increasing from 0 to 100 with step increment of 1 ,,,How to do it,,and everytime my integer value will change
  4 Comments
Arun Badigannavar
Arun Badigannavar on 7 Aug 2012
please anybody helpout on this
Matt Kindig
Matt Kindig on 7 Aug 2012
Edited: Matt Kindig on 7 Aug 2012
Well there are a couple of ways, depending on your desired file format. The easiest way is probably to use imwrite to write out a *.gif. You can create the desired image in a figure() within a loop and then use the method described here http://www.mathworks.com/support/solutions/en/data/1-48KECO/?solution=1-48KECO to animate it.

Sign in to comment.

Answers (0)

Categories

Find more on Animation in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!