how to export data from app.UITable to file csv

3 visualizzazioni (ultimi 30 giorni)
global data;
T=table(data);
app.UITable.Data=T;
filename='data.csv';
writetable(T,filename,'WriteRowNames', true);
  1 Commento
Cris LaPierre
Cris LaPierre il 4 Nov 2021
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.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Data Import and Analysis in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by