how can store the value of textedit in the array or cell array?
Mostrar comentarios más antiguos
i have a gui and i want which user entered into edittext i save it into the array can u help me plz?
Respuestas (1)
Walter Roberson
el 21 de Dic. de 2013
0 votos
get() the String property of the uicontrol and save it.
2 comentarios
fatemeh
el 21 de Dic. de 2013
Editada: Walter Roberson
el 21 de Dic. de 2013
Walter Roberson
el 21 de Dic. de 2013
get(u, 'Value')
Categorías
Más información sobre String Parsing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!