Copy data from inside dObj
조회 수: 1 (최근 30일)
이전 댓글 표시
Why I can't copy the table data from this analysis? Is there any specific code to copy these data? I want to plot this table into excel for my further analysis.
댓글 수: 0
답변 (1개)
Puru Kathuria
2021년 3월 9일
Hi,
You can try using this command to write your variable Data to an excel file in a specified location tempdir.
xlswrite(fullfile(tempdir, 'sampleData.xlsx'), Data)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!