Copy data from inside dObj
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Puru Kathuria
am 9 Mär. 2021
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 Kommentare
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!