Help understanding an error
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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.
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 Kommentar
Gurudatha Pai
am 2 Mär. 2012
Antworten (2)
Walter Roberson
am 2 Mär. 2012
0 Stimmen
I find a hint that it might be memory shortage: http://www.mathworks.com/matlabcentral/newsreader/view_thread/117052
1 Kommentar
Gurudatha Pai
am 2 Mär. 2012
Image Analyst
am 2 Mär. 2012
0 Stimmen
You might check our FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_save_my_figure.2C_axes.2C_or_image.3F_I.27m_having_trouble_with_the_built_in_MATLAB_functions.
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).
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!