MathGroup Archive 2012

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

Search the Archive

Re: how to export to Excel in Mathematica from a Parametricplot command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127185] [mg127185] Re: how to export to Excel in Mathematica from a Parametricplot command
  • From: "Scot T. Martin" <smartin at seas.harvard.edu>
  • Date: Thu, 5 Jul 2012 06:16:04 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

I'd question the motivation here. Why not plot it in Mathematica and then export the plot as .PNG or .PDF? Once you get the ropes, you'll find that Mathematica is nicely flexible for all of your needs.

________________________________________
From: mrafiee20 at gmail.com [mrafiee20 at gmail.com]
Sent: Monday, July 02, 2012 22:20
To: mathgroup at smc.vnet.net
Subject: [mg127185] [mg127185] how to export to Excel in Mathematica from a Parametricplot command

Hi all,

This example is from Mathematica:
http://reference.wolfram.com/mathematica/ref/ParametricPlot.html

NDSolve[{y'[t] == y[t] (x[t] - 1), x'[t] == x[t] (2 - y[t]),
   x[0] == 1, y[0] == 2.7}, {x, y}, {t, 0, 10}];
ParametricPlot[Evaluate[{x[t], y[t]} /. First[%]], {t, 0, 10}]

My question is:
How can I export the results (*.xls or *.dat) to plot it with other programs like Origin pro, Excel, Tecplot, etc.?




  • Prev by Date: Re: How to rectify the error for NDSolve ?
  • Next by Date: Re: Mathematica 8.0.4 with Lion 7.0.2
  • Previous by thread: Re: how to export to Excel in Mathematica from a Parametricplot command
  • Next by thread: Integration result depends on variable name / problem with BesselJ Integral representation