Matlab writes wrong matrix to Excel

1 回表示 (過去 30 日間)
Laura Albers
Laura Albers 2017 年 5 月 17 日
編集済み: Stephen23 2017 年 5 月 17 日
Hello everyone, I am writing a matrix (named: "A_proportions") from the workspace to an empty Excel spreadsheet (named: "proportions"). Nonetheless, when opening the Excel sheet the rows and columns are switched. In Matlab I gave the following command:
xlswrite('X:/My Documents/Msc. International Economics/MSc. Thesis/Data WIOD/proportions.xlsx',A_proportions')
Does anyone have an idea what I might be doing wrong? Thank you in advance!

採用された回答

Stephen23
Stephen23 2017 年 5 月 17 日
編集済み: Stephen23 2017 年 5 月 17 日
  1. Try saving it without transposing the matrix: ...A_proportions')
  2. Are you sure that you are looking at that exact file?

その他の回答 (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