MathGroup Archive 2010

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

Search the Archive

Re: Execute .m file with JLink

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109746] Re: Execute .m file with JLink
  • From: Daryn <darynholmes at gmail.com>
  • Date: Fri, 14 May 2010 08:28:33 -0400 (EDT)
  • References: <hsj5ik$jb4$1@smc.vnet.net>

The .m file looks like this:

Export["/home/usr/mathematica/squares.CSV", Table[{i, i^2}, {i, 0,
10}]];

Any help would be appreciated...


  • Prev by Date: Re: How to write reports and books in Mathematica
  • Next by Date: Re: How to write reports and books in Mathematica
  • Previous by thread: Execute .m file with JLink
  • Next by thread: Re: Execute .m file with JLink