Filter löschen
Filter löschen

save matlab output to excel

12 Ansichten (letzte 30 Tage)
maryam
maryam am 2 Sep. 2013
Kommentiert: frankenberry am 26 Mär. 2020
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

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 2 Sep. 2013
Bearbeitet: Azzi Abdelmalek am 2 Sep. 2013
If M is your matrix
M=[1 9 7;2 2.5 3;3 45 23]
xlswrite('yourfile.xls',M)
  3 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 2 Sep. 2013
post your code
frankenberry
frankenberry am 26 Mär. 2020
Azzi, any idea how to output to excel's next row in appdesigner?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by