Printing problems with Matlab 2013a
Ältere Kommentare anzeigen
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
Antworten (2)
Chris Miller
am 9 Jul. 2013
Bearbeitet: Chris Miller
am 9 Jul. 2013
0 Stimmen
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 Kommentar
JFV
am 9 Jul. 2013
senthil
am 4 Mär. 2015
0 Stimmen
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".
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!