How to remove the unwanted white border?

4 vues (au cours des 30 derniers jours)
vidya
vidya le 7 Jan 2014
good day
when i save an image (figure),It saves the image with unnecessary white border..I do not know how to get rid of it.I tried export_fig,getframe,gca, visibility and all that but still it does not wort out for me? How can i solve this..
Here is my image,i want to remove the thick white border

Réponse acceptée

Image Analyst
Image Analyst le 7 Jan 2014
How are you saving it. You're probably using save() or saveas() instead of imwrite(). Don't save the figure, which will have a border. Just save the image array only .

Plus de réponses (1)

Walter Roberson
Walter Roberson le 7 Jan 2014
  1 commentaire
vidya
vidya le 7 Jan 2014
i tried this sir...but still its not working..the white border is still present

Connectez-vous pour commenter.

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by