|
[Date Index]
[Thread Index]
[Author Index]
Re: Importing data with comma as decimal separator
- To: mathgroup at smc.vnet.net
- Subject: [mg98153] Re: Importing data with comma as decimal separator
- From: Yves Klett <yves.klett at googlemail.com>
- Date: Tue, 31 Mar 2009 04:21:04 -0500 (EST)
- References: <gqq3sb$7mt$1@smc.vnet.net>
Dom,
something like
Import[filename,"TSV","NumberPoint"->","]
works fine for me most of the time.
Regards,
Yves
Dom schrieb:
> I would like to import two-column numerical data in which comma is
> used as decimal separator. The first 12 lines of the file is header,
> followed by two tab-separated columns of numbers.
> How I can do this in Mathematica 6.0?
> Thanks.
>
Prev by Date:
Re: Solve problem
Next by Date:
Re: Detecting CD driver availability
Previous by thread:
Re: Importing data with comma as decimal separator
Next by thread:
Re: Importing data with comma as decimal separator
|