필터 지우기
필터 지우기

How to Pass textbox data between 2 GUIs ??

조회 수: 1 (최근 30일)
vishnu r
vishnu r 2013년 5월 24일
I created 2 GUIs, Home1 and Home2 In Home1 contains a edit textbox, a push button. When we enter the value in text box and press pushbutton1 will go to second gui ie, Home2. Home2 contains a static text. I want to display the Home1 edit textbox value in to static text in Home2.
Home1 button callback :
*function pushbutton1_Callback(hObject, eventdata, handles)
% hObject handle to addNew (see GCBO) % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user data (see GUIDATA)
l= get(handles.edittextbox1,'string');*

답변 (0개)

카테고리

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