writing data to an excel file

1 回表示 (過去 30 日間)
Inti Vanmechelen
Inti Vanmechelen 2015 年 12 月 28 日
コメント済み: Inti Vanmechelen 2015 年 12 月 28 日
Hi,
I want to write data in to an excel file, and I want the first column (A1) of my excel file to contain the word 'Mean'. I tried this input:
xlswrite('gait','Mean','A1:A1');
If I try this, the first column (A1) only contains the letter M, not the whole word. Anyone who knows how to solve this? Thank you

採用された回答

Walter Roberson
Walter Roberson 2015 年 12 月 28 日
xlswrite('gait',{'Mean'},'A1:A1');
  1 件のコメント
Inti Vanmechelen
Inti Vanmechelen 2015 年 12 月 28 日
Thank you!

サインインしてコメントする。

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