| Capture Regions Note that F = getframe returns the contents of the current axes, exclusive of the axis labels, title, or tick labels. F = getframe(gcf) captures the entire interior of the current figure window. To capture the figure window menu, use the form F = getframe(h,rect) with a rectangle sized to include the menu. Resolution of Captured Frames The resolution of the framed image depends on the size of the axes in pixels when getframe is called. As the getframe command takes a snapshot of the screen, if the axes is small in size (e.g., because you have restricted the view to a window within the axes), getframe will capture fewer screen pixels, and the captured image might have poor resolution if enlarged for display. Capturing UIControls and Information Bars If your figure contains uicontrols or displays the linking and brushing message bar along its top, F = getframe(figure_handle) captures |