How to save "corrplot" figures?

6 vues (au cours des 30 derniers jours)
Tutku Oztel
Tutku Oztel le 10 Sep 2018
Commenté : KALYAN ACHARJYA le 10 Sep 2018
Hello! I have a question about the corrplot figures. How can I save my corrplot figures as a png file using the "save" function? For some reason, corrplot does not like to be saved unless I do it manually from the top left corner, clicking "save as...".
Thanks in advance,
Tutku
  1 commentaire
KALYAN ACHARJYA
KALYAN ACHARJYA le 10 Sep 2018
Is it display figure in the figure window?

Connectez-vous pour commenter.

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 10 Sep 2018
Have you tried this?
saveas(gcf,'filename.png'); %Use to display save as image
  2 commentaires
Tutku Oztel
Tutku Oztel le 10 Sep 2018
Worked! Thanks!
KALYAN ACHARJYA
KALYAN ACHARJYA le 10 Sep 2018
Welcome
Happy to help!
Regards
Kalyan Acharjya

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by