"susan " <suetibu@hotmail.com> wrote in message <gcg8ju$qi4$1@fred.mathworks.com>...
> hi,
> Does anybody know why print -f# would print a blank sheet of paper?
>
> Thanks,
> S
"susan " <suetibu@hotmail.com> wrote in message <gcg8ju$qi4$1@fred.mathworks.com>...
> hi,
> Does anybody know why print -f# would print a blank sheet of paper?
>
> Thanks,
> S
I think we need more info before we can try to help.
What platform are you on and what version of MATLAB are you running? What printer are you printing to?
Does this happen for all figures or just specific ones? Simple figures to try include:
figure; plot(1:10);
and
figure; surf(peaks);
If it's just certain figures, can you provide steps to reproduce the problem?
--
Richard Quist
Software Developer
The MathWorks, Inc.
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.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.