 
 
 
 
 
 
Re: how to import data???
- To: mathgroup at smc.vnet.net
- Subject: [mg43569] Re: how to import data???
- From: Bas Zoetekouw <news200308 at caradhras.net>
- Date: Sun, 21 Sep 2003 05:42:11 -0400 (EDT)
- References: <bkhbm4$7ma$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
zulkefli wrote in comp.soft-sys.math.mathematica:
>  the data is
>  samplel.dat
>  1
>  2
>  3
>  4
>  i save in C
>  what is the command to import this to mathematica
Import["sample1.dat", Table] should do what you want.  Note though,
that is is extreemly slow for large data sets.
-- 
Kind regards,
  Bas Zoetekouw               ``Si l'on sait exactement ce que l'on va
                                faire, a quoi bon le faire?''
  bas at o2w.nl                                           Pablo Picasso

