필터 지우기
필터 지우기

Quick question about GUI and calling functions.

조회 수: 1 (최근 30일)
Lefcandy
Lefcandy 2019년 3월 29일
답변: TADA 2019년 3월 29일
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.

답변 (1개)

TADA
TADA 2019년 3월 29일

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by