how to use print Screen?
4 views (last 30 days)
Show older comments
I have one GUI which take some input from user and perform some calculation. after showing calculation I have to take print of all component e.g static and edit text. so have can I take it? How can I use printscreen by giving one push button?is it possible?
3 Comments
Answers (1)
Raj k
on 23 Feb 2016
function printscreen_Callback(hObject, eventdata, handles)
% hObject handle to printscreen (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
screencapture
0 Comments
See Also
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!