how can store the value of textedit in the array or cell array?
Show older comments
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
Answers (1)
Walter Roberson
on 21 Dec 2013
0 votes
get() the String property of the uicontrol and save it.
2 Comments
fatemeh
on 21 Dec 2013
Edited: Walter Roberson
on 21 Dec 2013
Walter Roberson
on 21 Dec 2013
get(u, 'Value')
Categories
Find more on String Parsing 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!