Save Gui Panel to pdf file
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ben
el 23 de Mzo. de 2018
Respondida: Walter Roberson
el 23 de Mzo. de 2018
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 comentarios
Respuesta aceptada
Walter Roberson
el 23 de Mzo. de 2018
Have you tried export_fig from the file exchange?
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!