Import data as vector (not two dimensional Table)
- To: mathgroup at smc.vnet.net
- Subject: [mg108181] Import data as vector (not two dimensional Table)
- From: Artur <grafix at csl.pl>
- Date: Wed, 10 Mar 2010 01:43:04 -0500 (EST)
- Reply-to: grafix at csl.pl
Dear Mathematica Gurus,
Who know how import data from file "sample.dat"
when file is of the form
2
3
5
7
directly as vector {2,3,5,7}
Because after procedure
Import["sample.dat",'Table"]
we have two dimensional
{{2},{3},{5},{7}}
Is any patent to import sample.dat directly as vector (without use next
procedure to convert from Table on Vector )
Best wishes
Artur
- Follow-Ups:
- Re: Import data as vector (not two dimensional Table)
- From: Adriano Pascoletti <adriano.pascoletti@dimi.uniud.it>
- Re: Import data as vector (not two dimensional Table)