How to delete all entries in uitable?
Show older comments
Hi,
I made a GUI, which performs extensive calculations by clicking on a calc button. Certain results of this calculation are saved in a matrix and are presented in a uitable. If input parameters are changed that way, that you will get less solutions by next time clicking the calc button, you might still have parts of the old solution at the end of the uitable, because the solution matrix is shorter now. That's a bit annoying. Is there any command by which the table data is deleted and which I can write at the beginning of the callback function of the calc button?
Thanks in advance.
Cheers kohli311
Accepted Answer
More Answers (1)
Christopher A. De Oliveira
on 14 Jul 2019
0 votes
thanks
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!