Save Gui Panel to pdf file

7 次查看(过去 30 天)
I know there already exist some threads on this topic, but non of them appear to be helping me.
I need to take high resolution images of my Matalb GUI which consists of multiple panels. When saving the main GUI figure as follows:
print(handles.mainfig, '-dpdf', 'Filename.pdf')
an empty file is created. I am not sure if it has something to do with the way the panels are implemented. It is not possible to directly refer to to the panels because these objects are not figures.
Kind regards
Ben
  2 个评论
Walter Roberson
Walter Roberson 2018-3-23
Have you tried export_fig from the file exchange?
Ben
Ben 2018-3-23
编辑:Ben 2018-3-23
This works very well, thank you very much! Maybe repost your input as answer, so I can give you credit and then close the question.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2018-3-23
Have you tried export_fig from the file exchange?

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by