Error message incomprehensible :Page comment missing or incorrect in PostScript file
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!