MathGroup Archive 2007

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

Search the Archive

how to save each raw of data to separate file?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80317] how to save each raw of data to separate file?
  • From: Arkadiusz.Majka at gmail.com
  • Date: Fri, 17 Aug 2007 01:53:17 -0400 (EDT)

Hi,

Say I have a list of sublists
b= {{a1,a2,a3},{b1,b2},{c1,c2,c3,c4}}

How can I automatically save b[[1]], b[[2]] and b[[3]] to three
separate files?

How should I correct the below expression to let it work?

Table[b[[i]]>>i, {i,1,Length[b]}]

Thanks,

Arek



  • Prev by Date: Re: Evaluation question
  • Next by Date: Graphics output in Mathematica 6 functions ?
  • Previous by thread: keyboard help navigation
  • Next by thread: RE: how to save each raw of data to separate file?