photo

lyhoang nam


Last seen: 1년 초과 전 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); ...

대략 3년 전 | 답변 수: 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...

대략 3년 전 | 답변 수: 0 | 0

0

답변