|
SOLUTIONS
|
MATHEMATICA 内置符号
ListStreamDensityPlot
ListStreamDensityPlot[array]
根据一组二维矢量和标量场值
产生一个流密度图形.
ListStreamDensityPlot[{{{x1, y1}, {{vx1, vy1}, s1}}, ...}]
根据在指定点
给出的矢量和标量场值
产生一个流密度图形.
ListStreamDensityPlot[{data1, data2, ...}]
绘制几个矢量和标量场的数据.
更多信息更多信息
- ListStreamDensityPlot 产生矢量场的流图形,以标量场的密度图为背景.
- 如果没有给出标量场的值,它们采用矢量场的范数.
- ListStreamDensityPlot 绘制流线,显示每个点的矢量场的局部方向.
- ListStreamDensityPlot[array] 沿着页方向放置 array 的连续行,在垂直方向放置连续列.
- ListStreamDensityPlot 默认情况下插值给出的数据,并显示足够流线,达到大概均匀的密度图.
- ListStreamDensityPlot 的可选项与 Graphics 一样,并且可以有以下补充和变动:
-
AspectRatio 1 高宽比 BoundaryStyle None 如何绘制 RegionFunction 边界 BoxRatios Automatic 模拟光照的三维框符比例 ColorFunction Automatic 如何着色背景密度 ColorFunctionScaling True 是否缩放 ColorFunction 的自变量 DataRange Automatic 对数据假设 x 和 y 的范围 EvaluationMonitor None 当每次函数运算时,计算的表达式 Frame True 是否在图形周围绘制一个边框 FrameTicks Automatic 边框刻度记号 LightingAngle None 模拟光照的角度 MaxRecursion Automatic 允许标量场的递归子划分的最大数量 Mesh None 在背景中绘制多少网格线 MeshFunctions {#5&} 如何确定网格线的放置 MeshShading None 如何设置网格线之间的区域阴影 MeshStyle Automatic 网格线的样式 Method Automatic 绘制的方法 PerformanceGoal $PerformanceGoal 优化执行的方面 PlotRange {Full,Full} 包括 x、y 的范围 PlotRangePadding Automatic 如何填充值的范围 RegionFunction True& 确定包含的范围 StreamColorFunction None 如何着色流线 StreamColorFunctionScaling True 是否缩放 StreamColorFunction 的参数 StreamPoints Automatic 确定流线的数量、坐标和密闭度 StreamScale Automatic 确定单个流线的大小和分段 StreamStyle Automatic 如何绘制流线 WorkingPrecision MachinePrecision 内部计算的精度 - MeshFunctions、RegionFunction、ColorFunction 和 StreamColorFunction 的参数是 x、y、
、
、s. - 缺省设置 MeshFunctions->{#5&} 绘制关于标量场 s 的网格线.
版本 7 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


