Skip to content

curl

Curl of a vector field.

c = curl(x, y, u, v, ...)
[cx, cy, cz, cva] = curl(x, y, z, u, v, w, ...)

In 2D, returns the scalar z-component of the curl. In 3D, returns the three components of ∇ × F plus cva (the curl angular velocity = 0.5 * |curl|).

c = curl(X, Y, U, V);
  • divergence — Divergence of a vector field.
  • gradient — Numerical gradient of a scalar field.