Re: How do I write tabular output?
- To: mathgroup at smc.vnet.net
- Subject: [mg74175] Re: [mg74133] How do I write tabular output?
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Tue, 13 Mar 2007 04:02:49 -0500 (EST)
- References: <200703130302.WAA10970@smc.vnet.net>
You might be able to do this with PaddedForm and Export
On 3/12/07, Henning Heiberg-Andersen <henning.heibergandersen at gmail.com> 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
>
>
--
http://chris.chiasson.name/
- References:
- How do I write tabular output?
- From: "Henning Heiberg-Andersen" <henning.heibergandersen@gmail.com>
- How do I write tabular output?