Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

how to add new data to matlab uitable that old data and data that has been updated to appear in matlab uitable?

1 view (last 30 days)
Hi,
how to add new data to matlab uitable that old data and data that has been updated to appear in matlab uitable?
Thanks a lot
Best regards.
  3 Comments
Een Qurota Aini
Een Qurota Aini on 9 Oct 2013
sorry,
I want to add new data. In the table there is a lot of data entry or added. so each program re-run with new results will come in and add to the contents of the table. What should I do?
Een Qurota Aini
Een Qurota Aini on 10 Oct 2013
please help me.
how to keep the data in the table can grow gui instead replaces the previous data? so whenever there is new data, always increasing in uitable instead replaces the previous data? must use what program yah?

Answers (2)

ES
ES on 9 Oct 2013
You want to append to existing data or replace existing data?

ES
ES on 9 Oct 2013
To append, read data from uitable using
get
method, append the new data in your code, set the data again by using the
set
method.

This question is closed.

Community Treasure Hunt

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

Start Hunting!