how to use print Screen?

4 次查看(过去 30 天)
Rohit Bhoi
Rohit Bhoi 2016-2-23
编辑: Jan 2016-2-23
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 个评论
Rohit Bhoi
Rohit Bhoi 2016-2-23
but how to give button which include print scree?
Jan
Jan 2016-2-23
编辑:Jan 2016-2-23
Do you really want to print the screen or only a figure? Do you want to print it on paper or in a file? For the later case, in which image format?

请先登录,再进行评论。

回答(1 个)

Raj k
Raj k 2016-2-23
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
Link for screencapture function is screencapture

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by