how do i get variable entered in gui to the function
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!