|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Re: Re: Bug in 5.1??
Next by Date:
Mathematica for Pocket Pc ??
Previous by thread:
Re: Saving file problem
Next by thread:
Re: Saving file problem
|