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
I want to put some energy value in MATLAB animation ,,like,movement of waves when we drop the stone in water,,,the waves travel upto some limit from the point of drop in a water,,,in the same manner i want to show that there is an impact on a metal strucuture with some animation,,how to do it?
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.
4 Comments
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45187#comment_92886
Can you be more specific on what you mean by animation?
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45187#comment_93206
I want to put some energy value in MATLAB animation ,,like,movement of waves when we drop the stone in water,,,the waves travel upto some limit from the point of drop in a water,,,in the same manner i want to show that there is an impact on a metal strucuture with some animation,,how to do it?
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45187#comment_93358
please anybody helpout on this
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/45187#comment_93361
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.