Printing problems with Matlab 2013a

11 次查看(过去 30 天)
JFV
JFV 2013-3-29
回答: senthil 2015-3-4
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
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
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".

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by