필터 지우기
필터 지우기

how do i get variable entered in gui to the function

조회 수: 2 (최근 30일)
raj kumar
raj kumar 2014년 7월 14일
답변: SRI 2014년 7월 14일
i have created a gui. i need to enter a number in edit text.i need to get the value of this variable into the gui function.

답변 (1개)

SRI
SRI 2014년 7월 14일
Hi Raj
Kindly look into the code to get the data into the GUI and to save that data in the database
studNmae = get(handles.nameEdit,'string');
studNumber = get(handles.numberEdit,'string');
save data.mat studNmae studNumber

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by