MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Saving file problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg54523] Saving file problem
  • From: nilaakash at gmail.com (nilaakash)
  • Date: Tue, 22 Feb 2005 04:23:50 -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\) π,
         2  &#960;}]; \[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.

Thanks.

Nilaakash


  • Prev by Date: How do you set the search directory for packages?
  • Next by Date: pattern matching all list elements but last
  • Previous by thread: Re: How do you set the search directory for packages?
  • Next by thread: Re: Saving file problem