how do i get variable entered in gui to the function
Show older comments
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.
Answers (1)
SRI
on 14 Jul 2014
0 votes
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
Categories
Find more on QSP, PKPD, and Systems Biology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!