How to write a cell array of numbers and string to file

조회 수: 1 (최근 30일)
Chris
Chris 2011년 8월 31일
What is the easiest way to dump a cell array to a file.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 8월 31일
xlswrite('test.xls',{'abc',1;2,'adsjk'});
  댓글 수: 3
Fangjun Jiang
Fangjun Jiang 2011년 8월 31일
Probably a typo. The limit on the number of characters allowed in a cell when using xlswrite() is 911, not 191.
Walter Roberson
Walter Roberson 2011년 8월 31일
Thanks, Fangjun.

댓글을 달려면 로그인하십시오.

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