MathGroup Archive 2005

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

Search the Archive

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.


  • Prev by Date: Re: DNS for the Wiki site?
  • Next by Date: Re: DNS for the Wiki site?
  • Previous by thread: Re: How to read a data file in text format?_from a new learner
  • Next by thread: Re: How to read a data file in text format?_from a new learner