|
[Date Index]
[Thread Index]
[Author Index]
Re: how to export to Excel in Mathematica from a Parametricplot command
- To: mathgroup at smc.vnet.net
- Subject: [mg127185] Re: how to export to Excel in Mathematica from a Parametricplot command
- From: "Scot T. Martin" <smartin at seas.harvard.edu>
- Date: Wed, 4 Jul 2012 03:35:00 -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] 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: Higher precision in Error function Erf[] needed.
Next by Date:
Re: how to export to Excel in Mathematica from a Parametricplot command
Previous by thread:
Re: how to export to Excel in Mathematica from a Parametricplot command
Next by thread:
Re: how to export to Excel in Mathematica from a Parametricplot command
|