Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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

Community Treasure Hunt

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

Start Hunting!

Translated by