Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
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 Kommentare
Een Qurota Aini
Een Qurota Aini am 9 Okt. 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 am 10 Okt. 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?

Antworten (2)

ES
ES am 9 Okt. 2013
You want to append to existing data or replace existing data?

ES
ES am 9 Okt. 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.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by