saving in xls format

 採用された回答

Jan
Jan 2013 年 5 月 14 日

0 投票

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 日

0 投票

A=[1 2;3 4]
xlswrite('file.xls',A)

タグ

質問済み:

2013 年 5 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by