MATLAB Web Server | ![]() ![]() |
Syntax
Description
status = wsprintjpeg(fig,
creates a JPEG file called jpegfilename
)
jpegfilename
. wsprintjpeg
attempts to create the JPEG file using the MATLAB print
command with the -djpeg
argument. If this fails, it creates a temporary PCX file and then calls imread
and imwrite
to create the JPEG output.
See Also
![]() | wscleanup | wssetfield | ![]() |