printopt
(Removed) Configure printer defaults
printopt has been removed. To configure printer defaults, use the
options provided by your operating system.
Syntax
[pcmd,dev] = printopt
Description
[pcmd,dev] = printopt returns the current
system-dependent printing command and output device. printopt is a
file used by print to produce the printed output. You can edit the
file printopt.m to set your default printer type and destination.
pcmdcontains the command thatprintuses to send a file to the printer when not using the printer drivers directly.devcontains the printer driver or graphics format option for theprintcommand.
The defaults for pcmd and dev are
platform-dependent. This table lists the default values for each platform.
Platform | Print Command | Driver or Format |
|---|---|---|
Mac and Linux® |
|
In
R2014a and earlier, the driver was
|
Windows® | COPY /B %s LPT1: |
|