Animating an imported image
显示 更早的评论
回答(2 个)
Image Analyst
2020-1-1
1 个投票
See attached demo for how to turn something displayed in an axes, like an image or a plot, into a movie.
Image Analyst
2020-1-1
1 个投票
See Steve's blog for how to create an animated gif:
4 个评论
Chelsea Mohammed
2020-1-1
Image Analyst
2020-1-1
There is no built-in code for that. You'll have to write it yourself from lower level things like plot() to draw the bottle, and patch() or fill() to fill it with some color.
Chelsea Mohammed
2020-1-1
编辑:Chelsea Mohammed
2020-1-1
Image Analyst
2020-1-2
See attached demo that has a start/stop button.
类别
在 帮助中心 和 File Exchange 中查找有关 Animation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!