save matlab output to excel

hi
i have some data in command window like:
n x y
1 9 7
2 2.5 3
3 45 23
.. .. ..
and i want to write them on excel file,in 3 different columns,could any body help me?
thanks in advance

Respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 2 de Sept. de 2013
Editada: Azzi Abdelmalek el 2 de Sept. de 2013

0 votos

If M is your matrix
M=[1 9 7;2 2.5 3;3 45 23]
xlswrite('yourfile.xls',M)

3 comentarios

maryam
maryam el 2 de Sept. de 2013
tnx,but my output generate in a loop and dispaly on screen,in fact i dont know how to generate this matrix M!
Azzi Abdelmalek
Azzi Abdelmalek el 2 de Sept. de 2013
post your code
frankenberry
frankenberry el 26 de Mzo. de 2020
Azzi, any idea how to output to excel's next row in appdesigner?

Iniciar sesión para comentar.

Categorías

Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 2 de Sept. de 2013

Comentada:

el 26 de Mzo. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by