MathGroup Archive 2004

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

Search the Archive

Re: Tab-Delimited Text Would be Heaven

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46681] Re: Tab-Delimited Text Would be Heaven
  • From: "Hans Michel" <hansjm at bellsouth.net>
  • Date: Sat, 28 Feb 2004 13:18:58 -0500 (EST)
  • References: <c1oo7r$3el$1@smc.vnet.net>
  • Reply-to: "Hans Michel" <hansjm at bellsouth.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi:

Have you tried
Export["matrix.tsv", your_matrix_here,"TSV"]

If your os does not recognize the extention tsv just change it to

Export["matrix.txt", your_matrix_here,"TSV"]

Hans

"TSV" format is Tab Separated Value
"Gregory Lypny" <gregory.lypny at videotron.ca> wrote in message
news:c1oo7r$3el$1 at smc.vnet.net...
> Hi everyone,
>
> I've played with the Export function to save matrices to text files
> using the "Table" format, but always end up with curly brackets, commas
> and a variable number of spaces between data points.  This makes for
> extra clean up work before importing into a spread sheet.   Is there
> some way to get Mathematica to save to tab-delimited text?
>
> Greg
>


  • Prev by Date: Re: Draws from Multivariate Normal Distribution
  • Next by Date: zeroes of the quaternion zeta function.
  • Previous by thread: Tab-Delimited Text Would be Heaven
  • Next by thread: FindMinimum: foo[x_?NumericQ] vs. NumberQ