Printing and Exporting Figures with MATLAB    

Producing Uncropped Output

In most cases, MATLAB crops the background tightly around the objects in the figure. Depending on the printer driver or file format you use, you may able to produce uncropped output. An uncropped figure has increased background area and is often desirable for figures that contain UI controls.

The setting you make in MATLAB changes the PostScript BoundingBox property saved with the figure.

The figure below compares cropped and uncropped output from the same figure.

Figure 3-4: Figure Exported to EPS With and Without a Cropping


 Excluding User Interface Controls from Output Changing Default Cropping Behavior