| Author |
Comment/Response |
PlotVectorField3D
|
10/12/03 5:59pm
Hi I am trying to plot soem vector fields, so
I started with an example from the help e.g.
<< Graphics`PlotField`
PlotVectorField[{Sin[x], Cos[y]}, {x, 0, Pi}, {y, 0, Pi}]
and the result is the same command:
PlotVectorField[{Sin[x], Cos[y]}, {x, 0, \[Pi]}, {y, 0, \[Pi]}]
This had happened to me many times with different commands, so any help will be much aprecciated.
Paulo
URL: , |
|