Re: Reading multiple (x,y) values from one file
- To: mathgroup at smc.vnet.net
- Subject: [mg32820] Re: [mg32699] Reading multiple (x,y) values from one file
- From: Dale Horton <daleh at wolfram.com>
- Date: Thu, 14 Feb 2002 01:43:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
At 04:09 AM 2/7/2002, jesper at pedersen.sh wrote: >Hi all > >I have a problem that i hope you can help me with. > >I have a text file containing (x,y) values from 3 or more experiments. >That looks like this: > >(x1,y1) >(x2,y2) Import["file", "Table", ConversionOptions-> {"TableSeparators"->{{"\r", "\n"}, {",", "(", ")"}} }] -Dale