Re: genetic algorithms
- To: mathgroup at smc.vnet.net
- Subject: [mg92622] Re: genetic algorithms
- From: Mark Westwood <markc.westwood at gmail.com>
- Date: Thu, 9 Oct 2008 06:32:45 -0400 (EDT)
- References: <200809231137.HAA01052@smc.vnet.net> <gci1tc$jd$1@smc.vnet.net>
Hi Tugrul
Look at the documentation for the Export function -- which should
create XLS files directly so that Excel will read them.
And now the obvious question -- why would you want to export data from
Mathematica to do further calculations ???
Regards
Mark
On 8 Oct, 11:26, "Tugrul Temel" <tem... at xs4all.nl> wrote:
> Dear All,
>
> With the following command I am able to create a table with (10 rows, 4
> columns). I want to export this table in the same format to an Excel
> worksheet to do some more calculations. I need some help.
>
> Print[ TableForm[postDist, TableHeadings -> {{}, {"Variable", "Post-mean",
> "Post-se"}}] ];
>
> Thanks,
> Tugrul