Re: Writing result of "Do" in a single List
- To: mathgroup at smc.vnet.net
- Subject: [mg55323] Re: [mg55305] Writing result of "Do" in a single List
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 19 Mar 2005 04:45:30 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Laurent,
Don't use Do. Use Table.
Table[expr, {i, imin, imax, di}]
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Laurent Feuz [mailto:laurent.feuz at mat.ethz.ch]
To: mathgroup at smc.vnet.net
Hi
When I am calculating values with the
Do[expr, {i, imin, imax, di}]
expression, I get single values as a result that are a pain to export.
How can I write these values in a list that then can easily be exported?
Thanks for any hints!
best
Laurent