Re: How to read a data file in text format?_from a new learner
- To: mathgroup at smc.vnet.net
- Subject: [mg62375] Re: How to read a data file in text format?_from a new learner
- From: "M. Plagmann" <tamariki at mac.com>
- Date: Tue, 22 Nov 2005 04:42:23 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Deepthinker, look up the command ReadList[] in the Mathematica Help browser. something like data = ReadList["filename", {Real,Real}, RecordLists->True] should get you the data. You might have the give it a few tries before you get what you are after, Then use ListPlot the plot you data. Hope it helps. Cheers.