Quick question about GUI and calling functions.
2 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
TADA
2019 年 3 月 29 日
I'm guessing you mean this file exchange https://www.mathworks.com/matlabcentral/fileexchange/44820-matlab-code-for-ask-modulation-and-demodulation?focused=3805499&tab=function
If so, it starts with
clear all
close all
clc
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Scope Variables and Generate Names についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!