|
SOLUTIONS
|
MATHEMATICA 内置符号
VectorPlot3D[{vx, vy, vz}, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
生成以 x、y 和 z 的函数表示的矢量场
的矢量图.
VectorPlot3D[{field1, field2, ...}, {x, xmin, xmax}, {y, ymin, ymax}, {z, zmin, zmax}]
绘制多个矢量图.
更多信息更多信息
- VectorPlot3D 在缺省情况下显示在三维位置的规则网格处的矢量场的矢量.
- VectorPlot3D 会忽略
不计算为实数值的矢量. - VectorPlot3D 视 x、y 和 z 为局部变量,有效利用 Block.
- VectorPlot3D 具有属性 HoldAll,在指定 x、y 和 z 的值后计算
的值. - 在某些情况下给 x、y 和 z 赋上数值之前用 Evaluate 符号式计算
会更有效. - VectorPlot3D 有和 Graphics3D 相同的选项,并增加下列变化:
-
BoxRatios {1,1,1} 长宽比 EvaluationMonitor None 在每次函数运行时要运行的表达式 Method Automatic 绘图使用的方法 PerformanceGoal $PerformanceGoal 力图优化的性能 PlotLegends None 要包括的图例 PlotRange {Full,Full,Full} 要包括的 x、y、z 值的范围 PlotRangePadding Automatic 值的范围的填充程度 RegionFunction True& 确定包含的区域 VectorColorFunction None 如何对矢量着色 VectorColorFunctionScaling True 是否对 VectorColorFunction 的参数缩放 VectorPoints Automatic 需要绘制矢量的数量或位置 VectorScale Automatic 需要绘制矢量的比例和尺寸 VectorStyle Automatic 如何绘制矢量 WorkingPrecision MachinePrecision 内部计算的精度 - 提供给 RegionFunction 和 ColorFunction 中的函数的参数有 x、y、z、
、
、
和 Norm[{vx, vy, vz}].
版本 7 的新功能 | 版本 9 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

