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

1 回表示 (過去 30 日間)
Veena desai
Veena desai 2013 年 4 月 9 日
コメント済み: Adam Danz 2020 年 10 月 20 日
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 件のコメント
per isakson
per isakson 2013 年 4 月 10 日
"GUI result" what's that exactly?
Adam Danz
Adam Danz 2020 年 10 月 20 日
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).

サインインしてコメントする。

回答 (2 件)

Image Analyst
Image Analyst 2013 年 4 月 10 日
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 2013 年 4 月 10 日
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.

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by