Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Help understanding an error

조회 수: 1 (최근 30일)
Gurudatha Pai
Gurudatha Pai 2012년 3월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello all,
I am in a simple situation with an error that doesn't tell you a whole lot. I have a plot that I want to save as a jpeg image. I get this error.
See screen shot http://bit.ly/w3Lh7b
But I was able to save it as a .fig file but not any other graphics file. I also tried printing directly, which also works (so apparently no problem with the print driver or even perhaps windows printing services)!
I would appreciate any help/comments/try-this.
Thanks
  댓글 수: 1
Gurudatha Pai
Gurudatha Pai 2012년 3월 2일
I should now mention that I was able to save as eps.

답변 (2개)

Walter Roberson
Walter Roberson 2012년 3월 2일
I find a hint that it might be memory shortage: http://www.mathworks.com/matlabcentral/newsreader/view_thread/117052
  댓글 수: 1
Gurudatha Pai
Gurudatha Pai 2012년 3월 2일
that sounds interesting and possible.. thanks, I will poke around a bit with clearing some variables.

Image Analyst
Image Analyst 2012년 3월 2일
Questions about saving figures are the most commonly asked questions since it never seems to go right, that's why export_fig is far and away the most download File Exchange submission. It may well solve your problem if it's not some hardware issue like not enough RAM. As long as your figure fits on your screen I doubt that it should be a memory issue. I use export_fig all the time to save entire screenshots as PNG format files (which you probably should also) with no problem, and jpg files take up less space than PNG files (at the cost of a poorer image).

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by