|
[Date Index]
[Thread Index]
[Author Index]
Re: vector field plotting
- To: mathgroup at smc.vnet.net
- Subject: [mg28481] Re: [mg28474] vector field plotting
- From: BobHanlon at aol.com
- Date: Sun, 22 Apr 2001 01:30:14 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
The command PlotVectorField is not defined unless you have first loaded the
standard package Graphics`PlotField` using either a Get or Needs command such
as
Needs["Graphics`PlotField`"];
However, it sounds like you are working in 3D in which case you would need
the command PlotVectorField3D available by first loading the standard
package Graphics`PlotField3D`
Needs["Graphics`PlotField3D`"];
You will probably also need the standard package Calculus`VectorAnalysis`
See the on-line help for each of these packages.
Bob Hanlon
In a message dated 2001/4/20 4:34:06 AM, jsweet at engineering.ucsb.edu writes:
>I am trying to plot a vector field in cylindrical coordinates.
>The command "PlotVectorField" doesn't appear to be recognized by
>Mathematica. Is there any other easy way to plot a vector field?
Prev by Date:
Re: vector field plotting
Next by Date:
Frequent crashing problem
Previous by thread:
Re: vector field plotting
Next by thread:
Plot DiracDelta[]
|