how to export data from app.UITable to file csv

3 vues (au cours des 30 derniers jours)
lyhoang nam
lyhoang nam le 3 Nov 2021
Commenté : Cris LaPierre le 4 Nov 2021
global data;
T=table(data);
app.UITable.Data=T;
filename='data.csv';
writetable(T,filename,'WriteRowNames', true);
  1 commentaire
Cris LaPierre
Cris LaPierre le 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by