how to export data from app.UITable to file csv

global data;
T=table(data);
app.UITable.Data=T;
filename='data.csv';
writetable(T,filename,'WriteRowNames', true);

1 comentario

What isn't working about the code you have written? Are there error messages? Please share the complete message (all the red text) if so.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Preguntada:

el 3 de Nov. de 2021

Comentada:

el 4 de Nov. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by