Filter löschen
Filter löschen

how to export data from app.UITable to file csv

1 Ansicht (letzte 30 Tage)
lyhoang nam
lyhoang nam am 3 Nov. 2021
Kommentiert: Cris LaPierre am 4 Nov. 2021
global data;
T=table(data);
app.UITable.Data=T;
filename='data.csv';
writetable(T,filename,'WriteRowNames', true);
  1 Kommentar
Cris LaPierre
Cris LaPierre am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by