How to save current figure as a picture such as png or bmp?

1 vue (au cours des 30 derniers jours)
Weiqian Jiang
Weiqian Jiang le 2 Déc 2016
Commenté : Weiqian Jiang le 2 Déc 2016
Hi there, I've used the 'print' and 'saveas' function to save my current figure as a picture, but I found the picture I've saved is not the same as I saw on the figure window, especially the text coordinate, all lines seem to crowd together, or the picture saved included the task bar of the Windows system.
here's my code: cd(savepicpath); % saveas(gcf,[matname(1:end-4) '_PR.png
Many thanks for any advice! <<
>>
']); print(gcf,'-dbmp',sprintf([matname(1:end-4) '_PR.bmp']));

Réponse acceptée

Jan
Jan le 2 Déc 2016
Modifié(e) : Jan le 2 Déc 2016
Set the PaperPosition and PaperSize or the figure properly.

Plus de réponses (1)

Weiqian Jiang
Weiqian Jiang le 2 Déc 2016
And this is the distorted picture I've saved
  2 commentaires
Jan
Jan le 2 Déc 2016
Please do not post details of the question as an answer.
Weiqian Jiang
Weiqian Jiang le 2 Déc 2016
Sorry...Thanks for your help, I'll try.

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