MathGroup Archive 2012

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

Search the Archive

Re: Export Data and Decimal Separator

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125542] Re: Export Data and Decimal Separator
  • From: fabrizio <sgrignuoli at science.unitn.it>
  • Date: Sun, 18 Mar 2012 02:42:51 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hy, try whit this command
data = {{1.3, 2.3}, {3.2, 4.3}}
Export["/Users/fabriziosgrignuoli/Desktop/file.txt", data, "TSV", \
{NumberPoint -> ","}]
and it works.
You mast specify the path of the file...Here, for example, i saved your file in my desktop.



  • Prev by Date: Re: Solving multiple equations
  • Next by Date: Re: replace one rule in a list of rules
  • Previous by thread: Re: Export Data and Decimal Separator
  • Next by thread: Re: Export Data and Decimal Separator