Effacer les filtres
Effacer les filtres

Quick question about GUI and calling functions.

1 vue (au cours des 30 derniers jours)
Lefcandy
Lefcandy le 29 Mar 2019
Réponse apportée : TADA le 29 Mar 2019
How can I call a function on GUI with a Push button without closing the GUI?
% --- Executes on button press in pushbutton1.
function pushbutton1_Callback(hObject, eventdata, handles)
% hObject handle to pushbutton1 (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
ASK
I call the "ASK" function with the push button and it works, but the GUI closes and I need to run it again.

Réponses (1)

TADA
TADA le 29 Mar 2019

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by