how can i export data from matlab to different column of the same excel sheet?
Ältere Kommentare anzeigen
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.
1 Kommentar
madhan ravi
am 20 Okt. 2018
What are the names of your parameters?
Antworten (1)
Walter Roberson
am 20 Okt. 2018
0 Stimmen
If the data is all numeric and the same data type construct
[A(:), B(:), C(:), D(:)....]
and export that such as with xlswrite.
Kategorien
Mehr zu Spreadsheets finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!