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', true);

댓글 수: 1

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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

질문:

2021년 11월 3일

댓글:

2021년 11월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by