Copy data from inside dObj

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.

Risposte (1)

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)

Richiesto:

il 2 Mar 2021

Risposto:

il 9 Mar 2021

Community Treasure Hunt

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

Start Hunting!

Translated by