Clear Filters
Clear Filters

VideoWriter Axes and title

5 views (last 30 days)
María Jesús
María Jesús on 21 Nov 2015
Answered: Image Analyst on 21 Nov 2015
Hi,
I'm using VideWriter to create a video of the progress of the profile of a solution to a PDE. I would like the video to also contain the labels and scales of the axes and the graph title - in other words, I would like the saved video to look the same as the figure does when I run the code.
Also, it would be nice if I could get a timer into the video, since it shows the progression in time, but I don't know if this is possible.
Can anyone help me with this?
Thanks!

Answers (1)

Image Analyst
Image Analyst on 21 Nov 2015
You're going to have to call export_fig() after you create each frame so that you're saving the entire figure instead of just the images.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!