MathGroup Archive 1999

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

Search the Archive

writing mathematica data to a tab delimited file??

  • To: mathgroup at smc.vnet.net
  • Subject: [mg18337] writing mathematica data to a tab delimited file??
  • From: Mike <mike.honeychurch at chemistry.oxford.ac.uk>
  • Date: Sun, 27 Jun 1999 15:11:24 -0400
  • Organization: Oxford University, England
  • Sender: owner-wri-mathgroup at wolfram.com

I frequently read data into mathematica that has been given to me as a
two column tab delimited text file.  Is their some way of saving a
mathematica list eg.

mylist=Table[{1, x}, {x, 1, 10, 1}]


as a file in a tab delimited two column format 

1	1
1	2
1	3
1	4

etc.



to be read by other people in eg. excel or sigma plot?

thanks

Mike


  • Prev by Date: Re: Mathematica 4.0 improvements?
  • Next by Date: Re: Math expression on figure
  • Previous by thread: Re: Need just enough underbars
  • Next by thread: Re: writing mathematica data to a tab delimited file??