From: Assaf Weinstein on
Hi,

Is there any way to export a matrix in matlab to a table in Excel (or another editor where I can manipulte the data)?

Thanks,

asaf
From: us on
"Assaf Weinstein" <assafweinstein_remove.this(a)gmail.com> wrote in message <i0q001$og3$1(a)fred.mathworks.com>...
> Hi,
>
> Is there any way to export a matrix in matlab to a table in Excel (or another editor where I can manipulte the data)?
>
> Thanks,
>
> asaf

a hint:

help xlswrite;

us