 
 
 
 
 
 
Exporting as space-delimited ASCII file in 3.0?
- To: mathgroup at smc.vnet.net
- Subject: [mg36803] Exporting as space-delimited ASCII file in 3.0?
- From: "Dr.Robert Volèjak" <robert.volcjak at guest.arnes.si>
- Date: Thu, 26 Sep 2002 04:57:02 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi!
I would appreciate if someone could tell me  how to put my output for
example a matrix in TableForm as a space-delimited ASCII file in
Mathematica  3.0.
for example:
M={{1,2,3},{4,5,6},{7,8,9}};
TableForm[M]
1 2 3
4 5 6
7 8 9
The commands like Put or Write create files with a standard Mathematica
matrix notation with braces, I get the the same result with Save As/Copy
As Text from the menus.  So where is the catch? Thank you.
Robert
- Follow-Ups:
- Re: Exporting as space-delimited ASCII file in 3.0?
- From: Tomas Garza <tgarza01@prodigy.net.mx>
 
 
- Re: Exporting as space-delimited ASCII file in 3.0?

