Azzera filtri
Azzera filtri

click a pushbutton automatically

1 visualizzazione (ultimi 30 giorni)
jose bernardo
jose bernardo il 20 Feb 2014
Hi:
I want that a pushbutton will be clicked automatically when a variable in the opening_fcn of the GUI is 1.
I tried with this
function autoclick_OpeningFcn(hObject, eventdata, handles, varargin)
variable=1
if variable==1
set(handles.pushbutton1,'enable','on');
end
But i think enable it isnt the correct command.
Any sugestion?
Thanks.

Risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by