MathGroup Archive 2000

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

Search the Archive

Re: output to "file.dat"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25870] Re: [mg25847] output to "file.dat"
  • From: Matt.Johnson at autolivasp.com
  • Date: Sat, 4 Nov 2000 02:04:15 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Try this:

In[4]:=
data = Table[{x, Sin[x] // N}, {x, 0, 10}];
In[5]:=
SetDirectory["c:\\"]
Out[5]=
"c:\\"
In[6]:=
Export["test.dat", data]
Out[6]=
"test.dat"

-matt





Ioanna Pappa <ipappa at mie.uth.gr> on 10/31/2000 11:25:34 PM

cc:
Subject: [mg25870]  [mg25847] output to "file.dat"



Hi,

I' d like to ask you if there is a way to print output data of
mathematica to a file with the form "file.dat".

Thanks in advance

Ioanna Pappa












  • Prev by Date: Interaction with Access or Excel
  • Next by Date: Re: j/link
  • Previous by thread: output to "file.dat"
  • Next by thread: Global context Q