Graphics Reference
In-Depth Information
4.4 Print, Export and Other Tasks with Graphics
The following table presents several commands of MATLAB which enable you to print graphics, select printer options
and save graphics files.
orient
orient landscape
orient portrait
orient tall
Situates the paper orientation for printing on your value by default.
Situates the horizontal print orientation.
Situated the vertical print orientation.
Prints the entire page with portrait orientation.
pagesetupdlg
Presents a dialog box to manage the position of the picture.
print
print - device options file
Prints the chart using hardcopy.
Print the graph to a file with given device options.
printdlg
printdlg(fig)
Prints the current figure.
Creates a dialog for printing identified by fig.
saveas(h,'file.ext')
saveas(h,'file','format')
Save figure h in the graphic file file.ext.
File guardian figure h in the file with the specified graphic format.
According to extension, the graphic file formats are as follows:
Extension
Format
AI
Adobe Illustrator' 88
BMP
Windows bitmap
EMF
Enhanced metafile
EPS
EPS Level 1
Fig
MATLAB figure
jpg
JPEG image
m
MATLAB M-file
PBM
Portable bitmap
PCX
Paintbrush 24-bit
PGM
Portable Graymap
PNG
Portable Network Graphics
ppm
Portable Pixmap
TIF
Image TIFF compressed image
 
 
Search WWH ::




Custom Search