writing data to an excel file

조회 수: 2 (최근 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');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by