MathGroup Archive 2006

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

Search the Archive

Showing Animation Outputs together

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64468] Showing Animation Outputs together
  • From: "Narasimham" <mathma18 at hotmail.com>
  • Date: Sat, 18 Feb 2006 02:49:52 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

How to group together all animated (here 8) hexagonal prisms around the
spin axis into one single final frame?  ( It is assumed that there is
less interference between individual objects which do not clutter up
much in 3-space) . TIA .

cylspin= {u Cos[t]+ Cos[v] Sin[t] ,-u Sin[t]+ Cos[v]  Cos[t],Sin[v]} ;
Do[ParametricPlot3D[cylspin,{u,2,3},{v,0,2*Pi},
PlotPoints->{9,7}],{t,0,2 Pi,Pi/4}] ;


  • Prev by Date: Re: Using subscripts in vectors
  • Next by Date: How to do a family of plots?
  • Previous by thread: Re: Using subscripts in vectors
  • Next by thread: Re: Showing Animation Outputs together