Graphics | ![]() ![]() |
Appending a Figure to a PostScript File
Use the print
command with the -append
option to include more that one PostScript-format figure in a single PostScript file. When you print the resulting file, each figure appears on a separate page.
This example appends the figure, in PostScript format, to the PostScript file, myfile
.
print -dps -append myfile
This command appends Figure No. 2 to a file named myfigs.ps
using level 1 color PostScript format.
print -dpsc -f2 -append myfigs.ps
Note
See the print reference page for a list of printer drivers and their
MATLAB calls.
|
![]() | Printing a Figure to a File | Exporting a Figure to a File in a Specific Graphics Format | ![]() |