Effacer les filtres
Effacer les filtres

Writing into excell spreadsheet using matlab

1 vue (au cours des 30 derniers jours)
Vivekram
Vivekram le 8 Mai 2013
Hi,
Can anyone help me out by explaining how to write into a excel spreadsheet from MATLAB. I am aware that, I need to use xlswrite. However, when I try to write a string into one rectangular box of a sheet, the string is entered as each alphabet into each box. For eg:
If I want to enter 'Hello' into the box B2 of the sheet, I somehow get, 'H' in B2, 'e' in C2,'l' in D2, 'l' in E2 & 'o' in F2.
Can you tell me please as I can solve this problem.
Thanks.
Vivekram

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 8 Mai 2013
xlswrite('filname.xls',cellstr('hello'))
  1 commentaire
Vivekram
Vivekram le 8 Mai 2013
Awesome thanks very much

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by