How do I write tabular output?
- To: mathgroup at smc.vnet.net
- Subject: [mg74133] How do I write tabular output?
- From: "Henning Heiberg-Andersen" <henning.heibergandersen at gmail.com>
- Date: Mon, 12 Mar 2007 22:02:11 -0500 (EST)
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
- Follow-Ups:
- RE: How do I write tabular output?
- From: "David Annetts" <davidannetts@aapt.net.au>
- Re: How do I write tabular output?
- From: "Chris Chiasson" <chris@chiasson.name>
- RE: How do I write tabular output?