How do i take a image snapshot of a GUI to insert in word file
조회 수: 5 (최근 30일)
이전 댓글 표시
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
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
2013년 4월 10일
Use export_fig(). You can find it on the first page of the File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/
댓글 수: 0
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!