Printing and Exporting Figures with MATLAB | ![]() ![]() |
Appending Figures to a PostScript File
You can include more than one figure in a single PostScript file that can be printed later. When you print the resulting file, each figure appears on a separate page. To create a multi-figure printer file, print the first figure to a PostScript file. To append a figure use the print
command with the -append
option and specify the name of the existing PostScript file.
This example appends Figure 2 to an existing PostScript file named myfile
.
You cannot use the graphical interface to append a figure.
![]() | Using the Windows User Interface | Setting up the Page | ![]() |