Tiff Preview for EPS (-tiff)
MATLAB does not automatically include a preview image with EPS files. When you import an EPS file without a preview image into a file from another application, the image prints properly but may appear on screen as a gray box.
If you want to include a preview image with the EPS file, use the -tiff option. When you use this option, MATLAB creates a preview image in TIFF format.
For example, this command creates an EPS file named figure1.eps that includes a preview image:
print -deps -tiff figure1
Note that this image is visible only within an application that recognizes TIFF previews.
[ Previous | Help Desk | Next ]