saving in xls format

조회 수: 1 (최근 30일)
Jack_111
Jack_111 2013년 5월 14일
How can I save my results in a excel file

채택된 답변

Jan
Jan 2013년 5월 14일
It depends on what your "results" are.
You can find the required function by e.g.:
docsearch excel
Then you get more help by:
help xlswrite
doc xlswrite

추가 답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 5월 14일
편집: Azzi Abdelmalek 2013년 5월 14일
A=[1 2;3 4]
xlswrite('file.xls',A)

카테고리

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