Error message incomprehensible :Page comment missing or incorrect in PostScript file
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I work on a shared workstation. When I run my code on my desktop it works but when I want to put my code in the shared disc DiscD and I run it from there, it doesn't work. I have the following error which I really don't understand. Can you help me to understand this?
??? Error using ==> print at 364 %%Page comment missing or incorrect in PostScript file
Error in ==> printFigures at 124 print(hf(end), 'output.ps', '-append', '-dpsc2');close(hf(end));
Error in ==> endurancegui>createButton_Callback at 203 printFigures(db, week, year, [pathName, fileName]);
Error in ==> gui_mainfcn at 96 feval(varargin{:});
Error in ==> endurancegui at 42 gui_mainfcn(gui_State, varargin{:});
Error in ==> @(hObject,eventdata)endurancegui('createButton_Callback',hObject,eventdata,guidata(hObject))
??? Error while evaluating uicontrol Callback
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!