MathGroup Archive 2009

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

Search the Archive

Re: Read data from an existing file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101986] Re: [mg101965] Read data from an existing file
  • From: "Mitch Stonehocker" <mitch at aitoconsulting.com>
  • Date: Sat, 25 Jul 2009 04:17:41 -0400 (EDT)
  • References: <200907241014.GAA17438@smc.vnet.net>

This is very straight forward in Mathematica.  Look in Mathematica help for
Import[] and ListPlot[].

Your code might generally look like the following:
data = Import[path\file.ext, file type]
ListPlot[data]

Cheers,
Mitch 


-----Original Message-----
From: jl_03824 at yahoo.com [mailto:jl_03824 at yahoo.com] 
Sent: Friday, July 24, 2009 6:15 AM
To: mathgroup at smc.vnet.net
Subject: [mg101986] [mg101965] Read data from an existing file

Any help will be appreciated. Can anybody tell me how to read data
from an existing file by using "Import"? And how to use the data
imported to draw curves?




  • Prev by Date: Re: Read data from an existing file
  • Next by Date: Re: Forcing vertical scale on Histogram
  • Previous by thread: Re: Read data from an existing file
  • Next by thread: Re: Read data from an existing file