Borrar filtros
Borrar filtros

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

5 visualizaciones (últimos 30 días)
dan kin
dan kin el 24 de Abr. de 2020
Editada: Mehmed Saad el 24 de Abr. de 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?

Respuesta aceptada

Mehmed Saad
Mehmed Saad el 24 de Abr. de 2020
Editada: Mehmed Saad el 24 de Abr. de 2020
app.myTable.Data = [];

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by