photo

lyhoang nam


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Explorer

View badges

Feeds

View by

Question


how to load data and split into 3 columns from app.UITable to file csv
T=table(data); app.UITable.Data=T; filename='data.csv'; writetable(T,filename,'WriteRowNames', true); ...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 0 answers | 0

0

answers