how do i get variable entered in gui to the function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
SRI
am 14 Jul. 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
0 Kommentare
Siehe auch
Kategorien
Mehr zu Database Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!