Mac上でFigureの印刷を行うとエラーが発生します。
이전 댓글 표시
Figureの「File」メニューから「Print」を選択して印刷を行うと、次のエラーが発生します。printコマンドによる印刷は正常に行うことができます。
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
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 印刷と保存에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


