Button to clear an axes and a table content - App Desginer
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
dan kin
am 24 Apr. 2020
Bearbeitet: Mehmed Saad
am 24 Apr. 2020
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?
0 Kommentare
Akzeptierte Antwort
Mehmed Saad
am 24 Apr. 2020
Bearbeitet: Mehmed Saad
am 24 Apr. 2020
app.myTable.Data = [];
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!