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!