print as eps stopped working

2 次查看(过去 30 天)
Marcus Leiwe
Marcus Leiwe 2022-1-31
Hi all,
I'm trying to print a figure from MATLAB as an eps file to insert into illustrator. This was working fine over the weekend, however today it has decided not to work on this computer (works fine on my personal PC). Any help detecting the source of the error and how to fix it would be greatly appreciated.
This is the code line (where fn=the file name; typically <30 characters)
print(fn,'-depsc','-tiff','-r300','-painters')
And this is the error message produced (we're running MATLAB R2021a on a japanese windows desktop so occaisonally the text is garbled).
Error using print (line 83)
There was a problem while generating the output: Problem while processing in an OutputHelper. .\Test.eps ()
com.mathworks.hg.util.OutputHelperProcessingException: Problem while processing in an OutputHelper. .\Test.eps ()
at com.mathworks.hg.util.HGVectorOutputHelper.open(HGVectorOutputHelper.java:76)
Caused by: com.mathworks.hg.print.OutputProcessingException: .\Test.eps ()
at com.mathworks.hg.print.FOPPSVectorStrategy.open(FOPPSVectorStrategy.java:272)
at com.mathworks.hg.print.FOPEPSVectorStrategy.open(FOPEPSVectorStrategy.java:64)
at com.mathworks.hg.util.HGVectorOutputHelper.open(HGVectorOutputHelper.java:66)
Thanks once again,
Marcus

回答(0 个)

标签

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by