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
- Follow-Ups:
- Re: writing mathematica data to a tab delimited file??
- From: "Kazumi Hitomi" <hitomi@criepi.denken.or.jp>
- Re: writing mathematica data to a tab delimited file??