Re: Re: Exporting results from Mathematica to other applications
- To: mathgroup at smc.vnet.net
- Subject: [mg17713] Re: [mg17672] Re: Exporting results from Mathematica to other applications
- From: "Andrzej Kozlowski" <andrzej at tuins.ac.jp>
- Date: Sun, 23 May 1999 02:25:29 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Just convert your output cells to OutputForm using the ConvertTo menu item in the Cell menu. You can then copy and paste exactly as in version 2. You can also make OutputForm the default for all your output, although you will loose some nice features of the version 3 FrontEnd. I guess nobody bothered to answer this because the answer seems too obvious: the first thing you should learn about a new program is what all the menu items do. -- Andrzej Kozlowski Toyama International University JAPAN http://sigma.tuins.ac.jp http://eri2.tuins.ac.jp ---------- >From: Pierre infelta <pierre.infelta at epfl.ch> To: mathgroup at smc.vnet.net >To: mathgroup at smc.vnet.net >Subject: [mg17713] [mg17672] Re: Exporting results from Mathematica to other applications >Date: Sat, May 22, 1999, 12:58 PM > > yes I have had the same problem posted a question got no answer. > > Look like no one does cut and paste. > > I could do that with 2.x > > with 3.y I find a great variety of export format which semm to all lead > to garbage when pasted. > > A solution to that problem is really needed. > > samr at gte.net wrote: >> >> Hi all, >> >> I am having troubles to export my results on Mathematica to other >> applications (e.g., Microsoft Excel and/or plotting applications). >> >> Traditionally, I would cut a cell (which contains my printed new >> results), and paste it onto the next application. This does not work >> now, because on pasting, I get some extra formatting stuff in between my >> new numbers. >> >> Example: >> >> In response to the following (generic) lines in Mathematica : >> >> For[xxxxxxxxx >> Print[n,"\t\t\t",b] >> ] >> >> I get 2 columns, one for each n and s. >> Suppose my first "results" were 1 and 0.02048. >> >> Cutting and pasting those onto an (blank) ASCII file results with, >> >> Cell[BoxData[ >> InterpretationBox[ >> RowBox[{"1", "\[InvisibleSpace]", "\<\"\\t\\t\\t\"\>", >> "\[InvisibleSpace]", "0.020408163323084798`"}], >> SequenceForm[ 1, "\t\t\t", 0.020408163323084798], >> Editable->False]], "Print"] >> >> The extra formatting instructions severely interefers with my work on >> the next application. >> >> Why is this so? >> What should I do to be able to simply cut and paste again??? >> >> ---sam---