フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Setting of the button

1 回表示 (過去 30 日間)
Pan
Pan 2012 年 8 月 10 日
Hellow , I want to ask you another question that
The button is pushed once, then if the button want to be pushed twice must wait few time(EX:2sec).
I don't how to do ,if you know please teach me thank you!!
this is my search's code
function button_name(hObject,Event)
val = get(hObject,'Value');
if val ==1
% do whatever you want
set(hObject,'enable','off')
pause(2) %
set(hObject,'enable','on')
end
that is my code
function hp2_callback(hObject,eventdata)
set(hp2 ,'callback','f2');
%close(hfig);
end
I don't how to combine??
If you know ,please tell me,thank!

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 8 月 12 日
How is this different from http://www.mathworks.co.uk/matlabcentral/answers/45577-the-button-of-setting ? You re-opened this Question but you did not edit it or provide any information about the difference between this Question and the other one.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by