Re: export mathematica table to .mat (MATLAB) format.Please help!!!
- To: mathgroup at smc.vnet.net
- Subject: [mg88748] Re: export mathematica table to .mat (MATLAB) format.Please help!!!
- From: David Reiss <dbreiss at gmail.com>
- Date: Fri, 16 May 2008 05:27:08 -0400 (EDT)
- References: <g0h4k2$l9p$1@smc.vnet.net>
What is Out[6]? Is this the MatrixForm expression? If so then you
are trying to export a formatted expression rathe than the matrix.
--David
On May 15, 6:51 am, Alex <mammasi... at hotmail.com> wrote:
> Hi,
>
> I am aware of this. I simply changed it to make the text more readable. Th=
is is because I copy pasted the values directly from the table in this box.
>
> The first few entries is simply an example of the Table as I see it. I hav=
e also used the command MatrixForm[%].
>
> Now when I try to export this it fails. HELP PLEASE!!!!!!!!
>
> So a different sample of what I see follows:
>
> {
> {{0.272409}},
> {{0.132711+ 0.231672 \[ImaginaryI],
> 0.221351, -0.130221 + 0.226132 \[ImaginaryI]}}}
>
> I then use MatrixForm[%]
> I then use Export["file.mat", Out[6]] and it fails.WHY???
>
> Thanks
>
> Alex