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!