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

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.

Antworten (1)

Walter Roberson
Walter Roberson am 20 Okt. 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

Gefragt:

am 20 Okt. 2018

Beantwortet:

am 20 Okt. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by