MathGroup Archive 1998

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

Search the Archive

This Should Be Easy.




Math Group:

I'm just trying to ouput a matrix in Mathematica to a file without all 
of the { {}, {} } etc.  That is I want an ascii file that looks like
the  following:

47    98   
34    45
.        .
.        .
.        .

as opposed to

{{47,98},{34,45},...}

My ultimate goal is to put the matrix data into Excel.  Is there an 
elegant way to do this?  I've perused the help in Mathematica but could
 not find anything.

Thanks in advance,

Chris Farr



  • Prev by Date: Trapping ReadList error
  • Next by Date: No Subject
  • Prev by thread: Trapping ReadList error
  • Next by thread: Re: This Should Be Easy.