Copy data from inside dObj
3 ビュー (過去 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 で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!