hi, i have a variable called Name in workspace and would like to save a table to csv using the Name value. Example: Name=4205; writetable(T,?????);
name of output file should be 4205.csv
thanks!

 채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 25일
편집: Azzi Abdelmalek 2016년 4월 25일

1 개 추천

Name=4205;
writetable(T,sprintf('%d.csv',Name));

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Tables에 대해 자세히 알아보기

질문:

2016년 4월 25일

댓글:

2016년 4월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by