Saving file problem
- To: mathgroup at smc.vnet.net
- Subject: [mg54621] Saving file problem
- From: nilaakash at gmail.com (nilaakash)
- Date: Thu, 24 Feb 2005 03:21:24 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Dear Friends, Here I want to save my file in the following way \!\(For[i = 1, i <= 5, t = Table[{i, x, Sin[x\^i]}, {x, \(-2\) \[Pi], 2 \[Pi], 0.5}]; \[IndentingNewLine]Export["\<tmp.txt\>", t, "\<Table\>"]; \(i++\)]\) But it prints only the last value of i. Please could you tell me how to save all the i values in a file. Thanks. Nilaakash
- Follow-Ups:
- Re: Saving file problem
- From: Igor Antonio <igora@wolf-ram.com>
- Re: Saving file problem