Effacer les filtres
Effacer les filtres

how can i export data from matlab to different column of the same excel sheet?

2 vues (au cours des 30 derniers jours)
zubair younas
zubair younas le 20 Oct 2018
i have 12 different parameters, and i want to export this data to different column of the single/same excel sheet. and length of each column is 1- 360000.

Réponses (1)

Walter Roberson
Walter Roberson le 20 Oct 2018

If the data is all numeric and the same data type construct

[A(:), B(:), C(:), D(:)....]

and export that such as with xlswrite.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by