User`s guide

deployprint
Purpose Use to print (as substitute for MATLAB print function) when working
with deployed Windows applications
Syntax deployprint
Description In cases where the print command would normally be issued when
running MATLAB, use
deployprint when working with deployed
applications.
deployprint is available on a ll platforms, however it is only required
on Windows.
deployprint supports all of the input arguments supported by print
except for the following:
Argument Description
-d
Used to specify the type of the output (for
example. .JPG, .BMP, etc.).
deployprint only
produces .BMP files.
Note To print to a file, use the print function.
-noui
Used to suppre ss printing of user interface
controls. Similar to use in MATLAB
print
function.
-setup
The -set up option is not supported.
-s windowtitle
MATLAB Compiler does not support Simulink.
deployprint s upports a subset of the figure properties supported by
print. The following a re supported:
PaperPosition
PaperSize
PaperUnits
11-8