|
[Date Index]
[Thread Index]
[Author Index]
Re: How to export values of an expression as data file?
- To: mathgroup at smc.vnet.net
- Subject: [mg93559] Re: How to export values of an expression as data file?
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Fri, 14 Nov 2008 06:35:36 -0500 (EST)
On 11/13/08 at 9:09 PM, chakrabarty.suman at gmail.com (Suman
Chakrabarty) wrote:
>I am new to Mathematica. I am looking for a way to export the values
>of an evaluated expression (which I can plot in Mathematica
>successfully) in the form of an ASCII data file. The output should
>be a two column (X, Y) data, which I can plot later using Xmgrace.
Use Export. It supports most common formats. For example, for a
two column ASCII file with tab characters separating the columns do
Export[filename, data, "TSV"]
Prev by Date:
Minimize
Next by Date:
Re: Stacked Definitions
Previous by thread:
How to export values of an expression as data file?
Next by thread:
Re: How to export values of an expression as data file?
|