Pushbutton in GUI
古いコメントを表示
hi
In my GUI i have 2 pushbutton, How can i recieve an output from number one and use that in number 2???
1 件のコメント
Gerd
2011 年 7 月 18 日
Hio Armin,
what exactly do you want to do?
採用された回答
その他の回答 (2 件)
Onur Öçalan
2011 年 7 月 18 日
In pushbutton1...
handles.var1 = output1_frompushbutton1;
In pushbutton2...
You can use your variable "handles.var1".
Don't forget to add end of the function
guidata(handles,hObject);
This updates the handles...
Surendhra Goli
2014 年 1 月 22 日
0 投票
HI
I have four PUSHBUTTONS.
Each calling one one function like reading inout, Denoising Filtering, Find Peaks
How to make a sequence that is Pushbutton1 output is Input of Pushbutton2... Fallows
Please Guide me How to read input and continue same input as for all program
rggards surendra
カテゴリ
ヘルプ センター および File Exchange で Creating, Deleting, and Querying Graphics Objects についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!