[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
print
(/tools/hpmatlab/toolbox/matlab/graphics/print.m)
Function Synopsis
print(arg1,arg2,arg3,arg4,arg5)
Help text
PRINT Print graph or save graph to file.
PRINT <filename> saves the current Figure window as PostScript
or a printer specific format, as specified by PRINTOPT. If
a filename is specified, the output is written to the designated file,
overwriting it if it already exists. If the specified filename does not
include an extension, an appropriate one is appended.
If the filename is omitted, the Figure is sent directly to the
printer as specified in PRINTOPT.
PRINT <filename> -f<figure handle> prints the specified figure.
PRINT <filename> -s<system name> prints the specified SIMULINK
system.
Syntax: PRINT [ -ddevice] [ -options ] <filename>
Available Postscript devices are:
-dps - PostScript for black and white printers
-dpsc - PostScript for color printers
-dps2 - Level 2 PostScript for black and white printers
-dpsc2 - Level 2 PostScript for color printers
-deps - Encapsulated PostScript (EPSF)
-depsc - Encapsulated Color PostScript (EPSF)
-deps2 - Encapsulated Level 2 PostScript (EPSF)
-depsc2 - Encapsulated Level 2 Color PostScript (EPSF)
Additional GhostScript devices are:
-dlaserjet - HP LaserJet
-dljetplus - HP LaserJet+
-dljet2p - HP LaserJet IIP
-dljet3 - HP LaserJet III
-dcdeskjet - HP DeskJet 500C with 1 bit/pixel color
-dcdjcolor - HP DeskJet 500C with 24 bit/pixel color and
high-quality color (Floyd-Steinberg) dithering
-dcdjmono - HP DeskJet 500C printing black only
-ddeskjet - HP DeskJet and DeskJet Plus
-dpaintjet - HP PaintJet color printer
-dpjetxl - HP PaintJet XL color printer
-dbj10e - Canon BubbleJet BJ10e
-dln03 - DEC LN03 printer
-depson - Epson-compatible dot matrix printers (9- or 24-pin)
-deps9high - Epson-compatible 9-pin, interleaved lines
(triple resolution)
-depsonc - Epson LQ-2550 and Fujitsu 3400/2400/1200 color printers
-dgif8 - 8-bit color GIF file format
-dpcx16 - Older color PCX file format (EGA/VGA, 16-color)
-dpcx256 - Newer color PCX file format (256-color)
Other options are:
-append - Append the graph to file, rather than overwriting
-epsi - Add 1-bit deep bitmap preview (EPSI format)
-Pprinter - Specfiy the printer to use
-fhandle - Handle Graphics handle of figure to print
-sname - Name of SIMULINK system window to print
Available Windows device options are:
-dwin - Send figure to currently installed printer in monochrome
-dwinc - Send figure to currently installed printer in color
-dmeta - Send figure to clipboard in Metafile format
-dbitmap - Send figure to clipboard in bitmap format
-dsetup - Bring up Print Setup dialog box, but do not print
Other Windows options are:
-v - Verbose mode, bring up the Print dialog box
which is normally suppressed.
See also PRINTOPT, ORIENT.
Cross-Reference Information
This function calls
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- computer /tools/hpmatlab/toolbox/matlab/elmat/computer.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- dos /tools/hpmatlab/toolbox/matlab/general/dos.m
- drawnow /tools/hpmatlab/toolbox/matlab/graphics/drawnow.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- eps /tools/hpmatlab/toolbox/matlab/elmat/eps.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- exist /tools/hpmatlab/toolbox/matlab/ops/exist.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- fix /tools/hpmatlab/toolbox/matlab/elfun/fix.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- getenv /tools/hpmatlab/toolbox/matlab/general/getenv.m
- hardcopy /tools/hpmatlab/toolbox/matlab/graphics/hardcopy.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- matlabroot /tools/hpmatlab/toolbox/matlab/general/matlabroot.m
- meta /tools/hpmatlab/toolbox/matlab/graphics/meta.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
- unix /tools/hpmatlab/toolbox/matlab/general/unix.m
- version /tools/hpmatlab/toolbox/matlab/elmat/version.m
This function is called by
- alphacontrol ee2200/alphacontrol.m
- beatcontrol ee2200/beatcontrol.m
- enveloper ee2200/enveloper.m
- killAserver /tools/hpmatlab/toolbox/matlab/sounds/killAserver.m
- meta /tools/hpmatlab/toolbox/matlab/graphics/meta.m
- mexdebug /tools/hpmatlab/toolbox/matlab/lang/mexdebug.m
- pez ee2200/pez.m
- subscribe /tools/hpmatlab/toolbox/matlab/general/subscribe.m
- whatsnew /tools/hpmatlab/toolbox/matlab/general/whatsnew.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON