dynamically change data at uitable
이전 댓글 표시
hi, how can i cahange data in uitable dynamically? i use " keep the current data value" at property inspector. but uitable uses the first value.
답변 (1개)
Fangjun Jiang
2011년 5월 12일
Will this help?
h=uitable;
set(h,'Data',rand(3));
set(h,'Data',rand(5));
카테고리
도움말 센터 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!