cannot save image with white background
Ältere Kommentare anzeigen
I can't manage to save my image with white background. I generated the image by using isocaps and isosurface. I used also contours and patch.
I tried the following: set(gcf,'invertHardcopy','off') print -djpeg thefilename.jpg print -dbmp thefilename.jpg
I also tried: [X,map]=getframe; >> imwrite(X,map,'thefilename.jpg')
Then I tried: saveas(gcf,'thefilename.png')
In all the cases I always get black background. Could somebody give a hint? Thanks in advance Isabella please find enclosed the image. I am using Matlab R2011b 32 bit 7.13.564

Akzeptierte Antwort
Weitere Antworten (1)
Kurt R Petvipusit
am 13 Jul. 2014
1 Stimme
Hi, you can use set(gcf, 'Color', 'w') before using the export_fig command to have a white background in your figure.
Kategorien
Mehr zu Lighting, Transparency, and Shading finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!