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!