writing data from a double/cell array to excel file

53 ビュー (過去 30 日間)
Dubstep Dublin
Dubstep Dublin 2016 年 3 月 27 日
回答済み: Azzi Abdelmalek 2016 年 3 月 27 日
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?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2016 年 3 月 27 日
v=[x;y]
xlswrite('file.xlsx',v)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by