MathGroup Archive 2005

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

Search the Archive

Re: Beginner's Question on I/O Files for Raw Numerical Data

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57931] Re: Beginner's Question on I/O Files for Raw Numerical Data
  • From: Jean-Marc Gulliet <jmg336 at nyu.edu>
  • Date: Mon, 13 Jun 2005 05:50:49 -0400 (EDT)
  • Organization: New York University, New York, U.S.A
  • References: <d8gssa$mma$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Sun, 12 Jun 2005 08:48:10 +0000 (UTC), John Schutkeker
<jschutkeker at sbcglobal.net.nospam> wrote:

>I'm looking for an economical way to make polar plots of the trajectories 
>of the nine planets, from a 'C' simulation I'm writing, and since Excel is 
>insufficient, I'm thinking of moving up to Mathematica.  Can anybody tell 
>me if Mathematica can read and write lists of ascii data?  And am I right 
>in assuming that there's no way to read and write .csv files (comma 
>separated values)?

I am afraid you are totally wrong! Have a look at the Mathematica
functions _Export_ and _Import_ and their long list of recognized file
formats:

http://documents.wolfram.com/mathematica/functions/Export

http://documents.wolfram.com/mathematica/functions/Import

You will notice that not only Mathematica 5.1 can read and write CSV
files but also XLS files among many other type of text and binary
files.

Best regards,
/J.M.


  • Prev by Date: Re: a question about subscript
  • Next by Date: Write/WriteString -- writing delimited txt to a stream?
  • Previous by thread: Re: Beginner's Question on I/O Files for Raw Numerical Data
  • Next by thread: Re: Beginner's Question on I/O Files for Raw Numerical Data