Button to clear an axes and a table content - App Desginer

8 views (last 30 days)
I use in App designer buttom a that aims to clear an axes and a table content. I used
app.myTable.cla;
app.myImageAxes.cla;
and I get this error:
Unrecognized method, property, or field 'cla' for class 'matlab.ui.control.Table'.
How can I fix it?

Accepted Answer

Mehmed Saad
Mehmed Saad on 24 Apr 2020
Edited: Mehmed Saad on 24 Apr 2020
app.myTable.Data = [];

More Answers (0)

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!