how can store the value of textedit in the array or cell array?
古いコメントを表示
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
回答 (1 件)
Walter Roberson
2013 年 12 月 21 日
0 投票
get() the String property of the uicontrol and save it.
2 件のコメント
fatemeh
2013 年 12 月 21 日
編集済み: Walter Roberson
2013 年 12 月 21 日
Walter Roberson
2013 年 12 月 21 日
get(u, 'Value')
カテゴリ
ヘルプ センター および File Exchange で App Building についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!