saving in xls format

 Respuesta aceptada

Jan
Jan el 14 de Mayo de 2013

0 votos

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

Más respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Mayo de 2013
Editada: Azzi Abdelmalek el 14 de Mayo de 2013

0 votos

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

Etiquetas

Preguntada:

el 14 de Mayo de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by