Error message incomprehensible :Page comment missing or incorrect in PostScript file
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Environment and Settings 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!