Saving images from figure window in Matlab.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Naseeb Gill
am 27 Jul. 2017
Kommentiert: Naseeb Gill
am 28 Jul. 2017
I'm saving images 500 dpi, using rendering in export setup from figure window in Matlab. But there is little change I have to make. I get image like below: I mean there is lot of white space at sides which I want to eliminate. White portion is marked with black sketch in image.
I want to make my image look like this: Whitout any white portion at sides.
How to do this?
Thanks.
0 Kommentare
Akzeptierte Antwort
Chad Greene
am 27 Jul. 2017
export_fig myfig.png -r500
if you want 500 dpi. If you want a tiny bit of white space around the image, say, 1% of the figure width, do
export_fig myfig.png -r500 -p0.01
2 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!