MathGroup Archive 2007

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

Search the Archive

Re: Problem with Animate in Mathematica 6.0

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76587] Re: Problem with Animate in Mathematica 6.0
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 24 May 2007 06:09:58 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <f3103f$mon$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

with

c[k_, i_] := BesselJ[k, i]

and a non truncated input like

Animate[Evaluate[
   Dynamic@ ListPlot[Table[c[k, i], {i, 0, 10, 0.1}],
     Joined -> True]], {k, 0, 5}]

it work fine.

Regards
   Jens

dsorasak at wu.ac.th wrote:
> Dear All,
> 
> I have a trouble with Animate function in Mathematica
> 6.0. 
> 
> It seems to run fine but there is no animation showing up
> just the scroll bar moving.  Don't see anything.  Here is the expression
> that I use.
> 
> Animate[ListPlot[Table[c[k,i],{i,0,imax}],Joined
> 
> Thank you very much,
> K
> 


  • Prev by Date: Re: Weird result in Mathematica 6
  • Next by Date: V6 evaluation inside Table and plot
  • Previous by thread: Re: Problem with Animate in Mathematica 6.0
  • Next by thread: StackGraphics missing in Mathematica 6?