MathGroup Archive 2003

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

Search the Archive

Re: combine a list of lists with another list of lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40931] Re: combine a list of lists with another list of lists
  • From: "yaw" <yawees at yahoo.com>
  • Date: Thu, 24 Apr 2003 05:30:26 -0400 (EDT)
  • Organization: Virginia Tech, Blacksburg, Virginia, USA
  • References: <b858o8$5s6$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Put the list into the flatten command. like Flatten[{{{3,3,3}},{{3,3,4}}},1]
to get
{{3,3,3},{3,3,4}} which u can use listplot to plot.




  • Prev by Date: [ANN] Plugin for Eclipse
  • Next by Date: Ot
  • Previous by thread: Re: combine a list of lists with another list of lists
  • Next by thread: Re: combine a list of lists with another list of lists