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 で Develop Apps Using App Designer についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!