I would like to use getframe to capture a screenshot of my nice GUI object, which I created using GUIDE. I can't just use OS PrintScreen functionality because I need to make a movie of something that happens in the GUI window, i.e. capture thousands of frames.
However, since a GUIDE object is apparently not a normal figure (this can be demonstrated by getframe(gcf), which cheerfully opens a new, empty 'Figure 1' window), I'm at a loss what handle I might use to have getframe() capture the contents of my GUI window.
Any ideas?