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.

Antworten (1)

Fangjun Jiang
Fangjun Jiang am 12 Mai 2011

0 Stimmen

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

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 12 Mai 2011

Community Treasure Hunt

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

Start Hunting!

Translated by