[SciPy-user] a sequence of formats in savetxt

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Nov 18 07:51:04 EST 2008


Hi all,

How do I specify a sequence of formats in savetxt ?
  
savetxt('f06.dat',F,fmt='%10.5f %i4 4%10.5f') doesn't work

F is an (m,5) array.
The entries of the second column should be stored as 
integers.

Nils
  



More information about the SciPy-User mailing list