|
[Date Index]
[Thread Index]
[Author Index]
output form
Hi:
I have a question related to the output format. Say I have a table like
v={{-16.2791, -84.7242}, {-15.7936, -82.7819}, {-15.308, -80.8396}}
I use the following code to write them into a file called "fileout.dat".
stmp=OpenWrite["fileout.dat",FormatType -> OutputForm];
Write[stmp,TableForm[v]];
Close[stmp];
I got something like
===============================
-16.2791 -84.7242
-15.7936 -82.7819
-15.308 -80.8396
===============================
with blanck lines between each entry instead of
===============================
-16.2791 -84.7242
-15.7936 -82.7819
-15.308 -80.8396
===============================
How do I get rid of the blank lines in between? Thanks.
Chihsuan
--
-------------------------------------------------------------------------
| Chi-hsuan Lai, Dept of Physics * e-mail: !lai@utpapa.ph.utexas.edu!
|
Prev by Date:
Integrate[Exp[-(1-x)^2]/Sqrt[x],{x,0,Infinity}]
Next by Date:
Diamond Video card problems?
Prev by thread:
Re: Integrate[Exp[-(1-x)^2]/Sqrt[x],{x,0,Infinity}]
Next by thread:
Re: output form
|