Re: How do I write tabular output?
- To: mathgroup at smc.vnet.net
- Subject: [mg74172] Re: How do I write tabular output?
- From: dh <dh at metrohm.ch>
- Date: Tue, 13 Mar 2007 03:43:14 -0500 (EST)
- References: <et5487$an6$1@smc.vnet.net>
Hi,
look up "TableForm".
Daniel
Henning Heiberg-Andersen wrote:
> Hi,
>
> I have a situation that I guess is rather usual:
>
> I have a list looking like this;
>
> {{C,1.23,2.34,0},{C,3.4,1.75,0.12},...}
>
> and I want to write an output file looking like this:
>
> C 1.23000 2.34000 0.00000
> C 3.40000 1.75000 0.12000
> etc.
>
> All tips and hints are very welcome!
>
> Best regards
> Henning Heiberg-Andersen
>