MathGroup Archive 2004

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

Search the Archive

Question about Export command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49368] Question about Export command
  • From: gilmar.rodriguez at nwfwmd.state.fl.us (Gilmar Rodr?guez Pierluissi)
  • Date: Fri, 16 Jul 2004 06:06:55 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Greetings my fellow Mathematica Googlelians!
I have a set:
blimp={2, 3, 3, 5, 5, 7, 5, 7, 7, 11, 11, 13, 11, 13,
13, 17, 17, 19, 17, 19, 13, 23, 19, 19, 23, 23, 19, 29,
29, 31, 23, 29, 31, 29, 31, 37, 29, 37, 37, 41, 41, 43,
41, 43, 31, 47, 43, 37, 47}
When I export it via:
Export["C:\Temporary\zepelin.txt,"Table",ConversionOptions->{"TableAlignment"->Center];
I get a file zepelin.txt with the data arranged as follows:
2, 3, 3, 5, 5, 7, 5, 7, 7, 11, 11, 13, 11, 13,
13, 17, 17, 19, 17, 19, 13, 23, 19, 19, 23, 23,
19, 29, 29, 31, 23, 29, 31, 29, 31, 37, 29, 37,
37, 41, 41, 43, 41, 43, 31, 47, 43, 37, 47
My question is: how can I manipulate the Export command so that
my file zepelin.txt contains the transpose of the above data
arrangement; i.e.:
2
3
3
5
5
7
7
etc.?
Thank you for your help!


  • Prev by Date: Re: Sum of list elements
  • Next by Date: Re: importing image and getting numbers from the gray intensity
  • Previous by thread: Re: How to extract a solution from Mathematica's answer to "Solve"
  • Next by thread: Re: Question about Export command