Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news2.glorb.com!tr22g12.aset.psu.edu!news.mathforum.org!not-for-mail
From: "freund@mail.biu.ac.il" <freund@mail.biu.ac.il>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Print figure - blank sheet
Date: Tue, 17 Mar 2009 14:07:53 EDT
Organization: The Math Forum
Lines: 5
Message-ID: <26954054.1237313303959.JavaMail.jakarta@nitrogen.mathforum.org>
References: <gcg8ju$qi4$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1237313303 5399 144.118.30.135 (17 Mar 2009 18:08:23 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Tue, 17 Mar 2009 18:08:23 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:525597


try print -dwinc -f#

The -dwinc set the printer driver to Window's generic color printer, which will probably work in most case.  If it doesn't work in your case, try to specify the driver your printer needs.  doc print will list common printer drivers.

Ize