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

4 ビュー (過去 30 日間)
dan kin
dan kin 2020 年 4 月 24 日
編集済み: Mehmed Saad 2020 年 4 月 24 日
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?

採用された回答

Mehmed Saad
Mehmed Saad 2020 年 4 月 24 日
編集済み: Mehmed Saad 2020 年 4 月 24 日
app.myTable.Data = [];

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by