Why do I receive an error when using the File-> Print option in Mac OS X in MATLAB?
Show older comments
I get one of the following two error messages when I try to print from the MATLAB Desktop File menu in Mac OSX:
a)
??? Error using ==> send at 129
Error using ==> send at 129
Problem sending file to output device, system returned error :
lpr: The printer or class was not found.
Error in ==> printdlg>LocalInitFig at 469
if LocalJavaPrintDlg( Data, Dlgname )
Error in ==> printdlg at 100
Dlg=LocalInitFig(Data);
??? Error while evaluating uimenu Callback
b) ERROR: ??? Error using ==> print at 310 Problem sending file to output device, system returned error : lpr: The printer or class was not found. Error in ==> print at 310 throw(ex); Error in ==> printdlg>LocalJavaPrintDlg at 749 print(Data.Fig, pOpts{:}); Error in ==> printdlg>LocalInitFig at 469 if LocalJavaPrintDlg( Data, Dlgname ) Error in ==> printdlg at 100 Dlg=LocalInitFig(Data); ??? Error while evaluating uimenu Callback
Printing from the command window using the function PRINT works fine.
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!