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

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

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?
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?

답변 (2개)

ES
ES 2013년 10월 9일
You want to append to existing data or replace existing data?
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.

이 질문은 마감되었습니다.

질문:

2013년 10월 9일

댓글:

2013년 10월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by