UICONTROL
조회 수: 3 (최근 30일)
이전 댓글 표시
I am running a loop and inside that I am creating edit boxes using uicontrol. I am the loop to refresh the data in the edit boxes every cycle. But at present i end up writing one set of data over another. how can i ensure that before the second set of data is written onto the edit boxes, the first set of data is erased.
Thank You
댓글 수: 0
채택된 답변
Walter Roberson
2012년 6월 2일
Create the uicontrol before the loop. Set their String property to {''} to clear the content.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!