writing data to an excel file

1 vue (au cours des 30 derniers jours)
Inti Vanmechelen
Inti Vanmechelen le 28 Déc 2015
Commenté : Inti Vanmechelen le 28 Déc 2015
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

Réponse acceptée

Walter Roberson
Walter Roberson le 28 Déc 2015
xlswrite('gait',{'Mean'},'A1:A1');
  1 commentaire
Inti Vanmechelen
Inti Vanmechelen le 28 Déc 2015
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by