how do i get variable entered in gui to the function

2 vues (au cours des 30 derniers jours)
raj kumar
raj kumar le 14 Juil 2014
Réponse apportée : SRI le 14 Juil 2014
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.

Réponses (1)

SRI
SRI le 14 Juil 2014
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

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by