Copy data from inside dObj

3 visualizaciones (últimos 30 días)
Epri Pratiwi
Epri Pratiwi el 2 de Mzo. de 2021
Respondida: Puru Kathuria el 9 de Mzo. de 2021
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.

Respuestas (1)

Puru Kathuria
Puru Kathuria el 9 de Mzo. de 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)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by