How to save "corrplot" figures?

21 次查看(过去 30 天)
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

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018-9-10
Have you tried this?
saveas(gcf,'filename.png'); %Use to display save as image

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by