フィルターのクリア

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 Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by