Re: Writing result of "Do" in a single List
- To: mathgroup at smc.vnet.net
- Subject: [mg55333] Re: [mg55305] Writing result of "Do" in a single List
- From: Chris Chiasson <chris.chiasson at gmail.com>
- Date: Sat, 19 Mar 2005 04:46:10 -0500 (EST)
- References: <200503181035.FAA14780@smc.vnet.net>
- Reply-to: Chris Chiasson <chris.chiasson at gmail.com>
- Sender: owner-wri-mathgroup at wolfram.com
Change Do to Table and see if that fixes the problem On Fri, 18 Mar 2005 05:35:27 -0500 (EST), Laurent Feuz <laurent.feuz at mat.ethz.ch> wrote: > 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 > > -- Chris Chiasson Kettering University Mechanical Engineering Graduate Student 1 810 265 3161
- References:
- Writing result of "Do" in a single List
- From: Laurent Feuz <laurent.feuz@mat.ethz.ch>
- Writing result of "Do" in a single List