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
Fangjun Jiang 2011년 5월 12일

0 개 추천

Will this help?
h=uitable;
set(h,'Data',rand(3));
set(h,'Data',rand(5));

카테고리

도움말 센터File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

제품

질문:

2011년 5월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by