MathGroup Archive 2003

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

Search the Archive

Re: how to import data???

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43578] Re: how to import data???
  • From: "Peter Pein" <peter1963 at totalise.co.uk>
  • Date: Sun, 21 Sep 2003 05:42:17 -0400 (EDT)
  • References: <bkhbm4$7ma$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Use Import to import ;-)

In[1]:=
Import["sample1.dat", "List"]
Out[1]=
{1, 2, 3, 4}

Peter

"zulkefli" <m_zulkefli at hotmail.com> schrieb im Newsbeitrag
news:bkhbm4$7ma$1 at smc.vnet.net...
> hello there,i have a problem to import data.
> the data is
> samplel.dat
> 1
> 2
> 3
> 4
> i save in C
> what is the command to import this to mathematica
>
>



  • Prev by Date: Re: Re: Re: NSolve fails where Solve succeeds!
  • Next by Date: Re: how to import data???
  • Previous by thread: how to import data???
  • Next by thread: Re: how to import data???