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
- Follow-Ups:
- RE: how to save each raw of data to separate file?
- From: "David Annetts" <davidannetts@aapt.net.au>
- RE: how to save each raw of data to separate file?