Printing problems with Matlab 2013a

I installed Matlab 2013a this morning on Mac OSX Mountain Lion
So far, I was using Matlab 2012b. When I first installed Matlab 2012b, I encountered what it seems a common printing problem ('There are no properly configured printers on the system').
I used the solution in
by configuring my CUPS 1.6.2.
Now I cannot print in Matlab 2013a (again, some old 'There are no properly configured printers on the system') and the solution above does not work.
Let me emphasize: I was able to print in Matlab 2012b just a couple of hours ago and, beyond changing the Matlab installation, I have not changed anything in my mac. I searched the internet for a while without luck
Any suggestion?
Thanks

답변 (2개)

Chris Miller
Chris Miller 2013년 7월 9일
편집: Chris Miller 2013년 7월 9일

0 개 추천

I seem to have the same issue, MatLab R2013a, Mac OS-X 10.8.4, and get the following error using the GUI print button (however using the 'print' command from the command line works fine):
Error using send (line 129) Problem sending file to output device, system returned error : lpr: The printer or class does not exist.
Error in print>LocalPrint (line 321) send( pj );
Error in print (line 240) LocalPrint(pj);
Error in printdlg_deprecated>LocalJavaPrintDlg (line 739) print(Data.Fig, pOpts{:});
Error in printdlg_deprecated>LocalInitFig (line 459) if LocalJavaPrintDlg( Data, Dlgname )
Error in printdlg_deprecated (line 82) Dlg=LocalInitFig(Data);
Error in printdlg (line 62) [warnDeprecated, returnArg] = printdlg_deprecated(varargin{:});
Error while evaluating uipushtool ClickedCallback>>

댓글 수: 1

JFV
JFV 2013년 7월 9일
Hi Chris
I dealt for two weeks with an engineer with Matlab. We tried one thing after another and no success whatsoever.
Most disappointing. Hopefully R2013b would be better. Otherwise, check http://julialang.org/

댓글을 달려면 로그인하십시오.

senthil
senthil 2015년 3월 4일

0 개 추천

The problem is Java & Cups is not understand together. You can have it work by specifying the Orientation in every printers in Cups
System -> Printing
For each printer select Job Options tab and specify Orientation to whatever else instead of "Automatic Rotation".

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

JFV
2013년 3월 29일

답변:

2015년 3월 4일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by