dynamically change data at uitable
Afficher commentaires plus anciens
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.
Réponses (1)
Fangjun Jiang
le 12 Mai 2011
Will this help?
h=uitable;
set(h,'Data',rand(3));
set(h,'Data',rand(5));
Catégories
En savoir plus sur Large Files and Big Data dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!