Filter löschen
Filter löschen

writing data from a double/cell array to excel file

49 Ansichten (letzte 30 Tage)
Dubstep Dublin
Dubstep Dublin am 27 Mär. 2016
Beantwortet: Azzi Abdelmalek am 27 Mär. 2016
I have some data in 2 variables as shown below
x --> 4x100 double y --> 4x100 double
I would like to transpose this data and write it to an excel file. Any ideas how to implement this?

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 27 Mär. 2016
v=[x;y]
xlswrite('file.xlsx',v)

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by