Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
18
Добавлен:
09.02.2015
Размер:
146.43 Кб
Скачать

150 For figures in image formats and when

printing in Z-buffer or OpenGL mode, screen

resolution for Metafiles and 864 otherwise.

Use -r0 to specify screen resolution.

Example:

print -depsc -tiff -r300 matilda

Saves current figure at 300 dpi in color EPS to matilda.eps

with a TIFF preview (at 72 dpi for Simulink models and 150 dpi

for figures). This TIFF preview will show up on screen if

matilda.eps is inserted as a Picture in a Word document, but

the EPS will be used if the Word document is printed on a

PostScript printer.

Other options for figure windows:

-Pprinter % Specify the printer. On Windows and Unix.

-noui % Do not print UI control objects

-painters % Rendering for printing to be done in Painters mode

-zbuffer % Rendering for printing to be done in Z-buffer mode

-opengl % Rendering for printing to be done in OpenGL mode

A note on renderers: when printing figures, MATLAB does not always

use the same renderer as on screen. This is for efficiency reasons.

There are cases, however, where the printed output is not exactly

like the screen representation because of this. In these instances

specifying -zbuffer or -opengl will more likely give you output that

emulates the screen.

See the Using MATLAB Graphics manual for more information on printing.

See also printopt, printdlg, orient, imwrite, hgsave, saveas.

Overloaded methods:

modeldev/print

mdev_local/print

Reference page in Help browser

doc print

<printopt> - Printer defaults.

PRINTOPT Printer defaults.

PRINTOPT is an M-file that you or your system manager can

edit to indicate your default printer type and destination.

[PCMD,DEV] = PRINTOPT returns two strings, PCMD and DEV.

PCMD is a string containing the print command that

PRINT uses to spool a file to the printer. Its default is:

Unix: lpr -r

Windows: COPY /B LPT1:

Macintosh: lpr -r (Mac OS X 10.2 and higher)

Print -Mps (Mac OS X 10.1)

Note: Solaris users who do not use BSD printing, i.e. lpr,

need to edit this file and uncomment the line to specify 'lp -c'.

DEV is a string containing the default device option for

the PRINT command. Its default is:

Unix: -dps2

Windows: -dwin

Macintosh: -dps2

See also print.

<orient> - Set paper orientation.

ORIENT Set paper orientation for printing.

ORIENT is used to set up the orientation of a Figure or Model

window for printing.

ORIENT LANDSCAPE causes subsequent PRINT operations from the current

Figure window to generate output in full-page landscape orientation

on the paper.

ORIENT ROTATED causes subsequent PRINT operations from the current

Figure window to generate output in full-page rotated orientation

on the paper.

ORIENT PORTRAIT causes subsequent PRINT operations from the current

Figure window to generate output in portrait orientation.

ORIENT TALL causes the current Figure window to map to the whole page

Соседние файлы в папке Библиотеки Matlab