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

조회 수: 1 (최근 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 CenterFile Exchange에서 Develop 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