MathGroup Archive 1997

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

Search the Archive

Re: Converting Excel table to Mathematica matrix.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg8135] Re: [mg8121] Converting Excel table to Mathematica matrix.
  • From: seanross at worldnet.att.net
  • Date: Fri, 15 Aug 1997 23:41:47 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Elvis Pelvis wrote:
> 
> How to I convert an Excel mxn table into a Mathematica mxn matrix?

Save it as a space, tab or comma delimited file, then load it into
mathematica with ReadList.  You will have to experiment with the various
options to ReadList to make sure it gets formatted correctly.


  • Prev by Date: Re: Parameter estimation with mathematica
  • Next by Date: Re: ListPlot with little plus signs instead?
  • Previous by thread: Converting Excel table to Mathematica matrix.
  • Next by thread: Re: Converting Excel table to Mathematica matrix.