|
SOLUTIONS
|
MATHEMATICA 内置符号
MeshFunctions
MeshFunctions
是一个绘制函数的选项,指定函数用于确定网格划分的位置.
更多信息更多信息
- 在 Plot3D 中,默认设置 MeshFunctions->{#1&, #2&} 创建与 x 和 y 坐标相对应的网络线.
- 在设置为 MeshFunctions->{m1, m2, ...} 条件下,每个
函数定义一个网格划分. - 在默认设置下,网络线的分布和位置取决于
的值. - 以下是
的值和 MeshFunctions 的默认设置: -
Plot 和 ListLinePlot x、y {#1&} ParametricPlot x、y、u 或 x、y、u、v {#3&}或者{#3&,#4&} PolarPlot 和 ListPolarPlot x、y、
、r(#3&) RegionPlot x、y {#1&,#2&} ContourPlot 和 ListContourPlot x、y、f {} DensityPlot 和 ListDensityPlot x、y、f {#1&,#2&} ContourPlot3D 和 ListContourPlot3D x、y、z、f {#1&,#2&,#3&} Plot3D 和 ListPlot3D x、y、z {#1&,#2&} ListSurfacePlot3D x、y、z {#1&,#2&,#3&} ParametricPlot3D x、y、z、u 或 x、y、z、u、v {#4&}或者{#4&,#5&} RegionPlot3D x、y、z {#1&,#2&,#3&} - 每个
有效地定义一个叶状结构.
通常为连续单调函数.
版本 6 的新功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



