Re: Hardcopy error when printing



Hello omegayen,

maybe you've already searched the group for "UIW_SetUpGLPrinting".
As you can see, no one has replied to this issue yet.

I'm having a hard time with this problem at the deployment machine,
but print( ), saveas( ) never bugged at the machine where the Matlab is installed,
as seems to be your case.

If you can afford to use another renderer (zbuffer, painters), it could solve it.

I suspect this has to do with the OpenGL driver/library installed, but didn't figure
a final solution yet. Modern graphic cards (as yours) have built in OpenGL, besides
XP SP3 also got it. The problem is I have all this stuff too, and nevertheless the
Matlab code still bugs. It's a headscratcher for sure...

Cheers,
Marchesi.

"omegayen " <omegayen@xxxxxxxxxxxxx> wrote in message <hmlvqo$p75$1@xxxxxxxxxxxxxxxxxx>...
Hi,

Can anyone help troubleshoot this error.

Warning: Problems in UIW_SetUpGLPrinting > In C:\Program Files\MATLAB\R2009b\toolbox\matlab\graphics\hardcopy.p>hardcopy at 21
In graphics\private\render at 143
In print at 277
In my_code at 352

line 352 of my_code

print(gcf, '-djpeg', filename)

the graphics card is an geforce gt 9400 with a graphics driver that was updated to the newest version as of yesterday. thanks.
.