Qurak

Plot field vectors in a spherical shell

示例 1 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。

第 1 步
VectorPlot3D[{Sin[x], Sin[y] ^ 2, Cos[z] ^ 3 - Sin[x]}, {x, -5, 5}, {y, -5, 5}, {z, -5, 5}, VectorPoints -> 12, VectorColorFunction -> "TemperatureMap", RegionFunction -> Function[{x, y, z}, 4 ^ 2 < x ^ 2 + y ^ 2 + z ^ 2 < 5 ^ 2]]
输出
-Graphics3D-

用到的函数

相关操作示例

全部操作示例 · 函数参考 · 从 MCP 客户端使用