Graphics |
By default, MATLAB produces color output in the RGB color space (red, green, blue). If you plan to publish and print MATLAB figures using printing industry standard four-color separation, you might want to use the CMYK color space (cyan, magenta, yellow, black).
Using the Graphical User Interface on UNIX
Using MATLAB Commands
Use the -cmyk
option with the print
function. This example prints the current figure in CMYK using a PostScript Level II color printer driver.
Setting the Line and Text Color | Excluding User Interface Controls |
© 1994-2005 The MathWorks, Inc.