How do i take a image snapshot of a GUI to insert in word file

1 visualización (últimos 30 días)
Veena desai
Veena desai el 9 de Abr. de 2013
Comentada: Adam Danz el 20 de Oct. de 2020
I have generated a GUI in MATLAB .I need to insert the snapshot of the GUI result in my report. How do i save the GUI snapshot.
  2 comentarios
per isakson
per isakson el 10 de Abr. de 2013
"GUI result" what's that exactly?
Adam Danz
Adam Danz el 20 de Oct. de 2020
Update: for anyone looking for a solution to taking a snapshot with uifigure and apps created in appdesigner (which didn't exist when this question was asked), check out exportapp() (see community highlight).

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 10 de Abr. de 2013
Use export_fig(). You can find it on the first page of the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/

Yao Li
Yao Li el 10 de Abr. de 2013
You want to snapshot the whole GUI panel or just axes on the GUI panel?
If you just want to snapshot the whole GUI panel, make the GUI window active and press Alt+Prnt Scrn then Ctrl+v to paste the figure to word or any other file.
If you want to snapshot the axes on the GUI panel, I may send you the codes later.

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by