MathGroup Archive 2009

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

Search the Archive

Re: Re: Dynamically create array and display data

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102544] Re: [mg102514] Re: Dynamically create array and display data
  • From: Tuhina Singh <tuhina.singh at rmilindia.com>
  • Date: Thu, 13 Aug 2009 03:20:48 -0400 (EDT)
  • References: <h5r8fv$l9v$1@smc.vnet.net> <200908120833.EAA14435@smc.vnet.net>

Yes this is fantastic..thanks vm help :)

-----Original Message-----
From: Harutyun [mailto:amirjanyan at gmail.com]
Sent: Wednesday, August 12, 2009 2:03 PM
To: mathgroup at smc.vnet.net
Subject: [mg102544] [mg102514] Re: Dynamically create array and display data graphical=
ly

as i understand you are looking for something like this

Manipulate[
 DateListPlot[
  Take[Transpose@b, {1, a}, {2, p}],
          {{2009, 7, 8}, Automatic, "Day"},
   Joined -> True], {a, 2, 5, 1}, {p, 2, 35, 1}]





  • Prev by Date: Re: Imposing boundary condition at infinity
  • Next by Date: CUDA and Mathematica
  • Previous by thread: Re: Dynamically create array and display data graphically
  • Next by thread: Re: Dynamically create array and display data graphically