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

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 Comments

"GUI result" what's that exactly?
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).

Sign in to comment.

Answers (2)

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.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Asked:

on 9 Apr 2013

Commented:

on 20 Oct 2020

Community Treasure Hunt

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

Start Hunting!