MathGroup Archive 2013

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

Search the Archive

Re: How to extract from list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg130947] Re: How to extract from list
  • From: ug3.141 at gmail.com
  • Date: Tue, 28 May 2013 04:16:09 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • References: <knshmk$c7q$1@smc.vnet.net>

If freqData is your list it could be done by

ListLinePlot[Transpose /@ Table[Transpose[freqData][[{1, i}]], {i, 2, 4}]]




  • Prev by Date: Re: tossing a coin
  • Next by Date: ODE method of variation of parameters
  • Previous by thread: Re: How to extract from list
  • Next by thread: tossing a coin