Re: export mathematica table to .mat (MATLAB) format.Please help!!!
- To: mathgroup at smc.vnet.net
- Subject: [mg88720] Re: export mathematica table to .mat (MATLAB) format.Please help!!!
- From: Szabolcs Horvát <szhorvat at gmail.com>
- Date: Wed, 14 May 2008 07:00:16 -0400 (EDT)
- Organization: University of Bergen
- References: <g0edk5$9k7$1@smc.vnet.net>
Alex wrote: > Hi, > > I have created a Table in Mathematica but I have found it very difficult to export it in the ,mat format. The table has the following form: > > {0.275467} > {-0.00287361+0.31966i0.00135455,-0.00174298+0.316246i} > and so on..... > > I then use the follwing command Export["file.mat", Out[6]] but It fails to export the table. > > I would appreciate anyone's help > The imaginary unit is written as I in Mathematica (not i).