Technical Solutions
How do I print or save one axes from a set of axes and objects in a figure window?
Date Last Modified: Friday, June 26, 2009
| Solution ID: | 1-18VP2 | |
| Product: | MATLAB | |
| Reported in Release: | R13 | |
| Platform: | All Platforms | |
| Operating System: | All OS |
Subject:
How do I print or save one axes from a set of axes and objects in a figure window?
Problem Description:
I would like to know how to print or save one axes from a set of axes and objects in a figure window.
Solution:There is no direct way to print a specific axes from a figure window, because the print routine is associated with the figure window rather than an axes. Since all the axes are part of one figure, you cannot print just one from it directly. However, you can use the COPYOBJ function to copy the required axes to a new figure and then print that figure window. For example: |
|
|
Store

