MathGroup Archive 2004

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

Search the Archive

Re: How to plot the surface of revolution graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49265] Re: How to plot the surface of revolution graphics
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 10 Jul 2004 02:48:35 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <ccg4la$osp$1@smc.vnet.net> <ccirfb$460$1@smc.vnet.net> <cclf6s$kcu$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

sorry, you must compute a 

spline=SplineFit[points, Cubic]


I have forgotten to copy/paste this input line.

Regards
  Jens

CYSTERNA++ wrote:
> 
> Hi
> 
> Thank You Jens for your answer but it doesn't work. I tried this but I
> failed. I don't know why ???
> If you want, You can see my screenshot -> http://www.paczanga.neostrada.pl/
> I don't understand it bacause I've never used << NumericalMath`SplineFit`
> header.
> I have to read more about this.
> 
> thanks
> 
> Regards
> 
> CYSTERNA++
> 
> U¿ytkownik "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de> napisa³ w
> wiadomo¶ci news:ccirfb$460$1 at smc.vnet.net...
> > Hi,
> >
> > something like:
> >
> > << NumericalMath`SplineFit`
> >
> > points = {{2, 2}, {6, 6}, {7, 5}, {3, 1}};
> >
> > ParametricPlot3D[
> >   (tmp = spline[u]; {tmp[[1]], t, tmp[[2]]}), {t, 0., 4}, {u, 0, 4},
> >   Compiled -> False]
> >
> > Regards
> >   Jens


  • Prev by Date: Re: what kind of a programming language is Mathematica?
  • Next by Date: RE: Re: How to plot the surface of revolution graphics
  • Previous by thread: Re: How to plot the surface of revolution graphics
  • Next by thread: RE: Re: How to plot the surface of revolution graphics