필터 지우기
필터 지우기

Writing into excell spreadsheet using matlab

조회 수: 1 (최근 30일)
Vivekram
Vivekram 2013년 5월 8일
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

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 8일
xlswrite('filname.xls',cellstr('hello'))

추가 답변 (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