Re: Help me! - SphericalPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg16683] Re: Help me! - SphericalPlot
- From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
- Date: Sat, 20 Mar 1999 02:08:58 -0500
- Organization: Defence Evaluation and Research Agency
- References: <7ct455$866@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
nkcho wrote in message <7ct455$866 at smc.vnet.net>...
>
>I have a quetion. Help me!
>
>The SphericalPlot function of Mathematica is not operated.
>
>The commnad is as follows ;
>
> SphericalPlot[ Sin[t] Cos[p],{t,0,Pi},{p,0,2Pi}]
>
>Why don't this command operate ?
You should use SphericalPlot3D thus:
<<Graphics`ParametricPlot3D`
SphericalPlot3D[ Sin[t] Cos[p],{t,0,Pi},{p,0,2Pi}]
Stephen P Luttrell
Signal Processing and Imagery Department
DERA Malvern, St.Andrew's Road
Malvern, United Kingdom, WR14 3PS
+44 (0)1684 894046 (tel)
+44 (0)1684 894384 (fax)
luttrell at signal.dera.gov.uk (email)