photo

lyhoang nam


Last seen: 11 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Explorer

查看徽章

Feeds

排序方式:

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 0 个回答 | 0

0

个回答