Writing Arrays from Matlab to Excel

2 ビュー (過去 30 日間)
Virginia
Virginia 2013 年 6 月 29 日
Hello, I know how to write matrix from matlab to excel. But what I can do if I need to write a set of matrices whose dimensions vary, that is: I have a matrix A (n, n) and then a matrix B (1, c) where 'n' and 'c' are variable, so therefore I can not write with xlswrite specifiying a range of cells because the size of the matrices are not always constant. I want to write matrix A and then B separated with a code by an empty cell.

採用された回答

Matt J
Matt J 2013 年 6 月 29 日
編集済み: Matt J 2013 年 6 月 29 日
Call xlswrite multiple times, first to write A, then to write B.

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