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)
Show older comments
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
Answers (2)
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.
0 Comments
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!