@sym
: ezplot3 (f1, f2, f3) ¶@sym
: ezplot3 (…, dom) ¶@sym
: ezplot3 (…, N) ¶Simple 3D parametric plotting of symbolic expressions.
Example parametric plot of a spiral:
syms t x = t*cos(10*t), y = t*sin(10*t), z = t ⇒ x = (sym) t⋅cos(10⋅t) ⇒ y = (sym) t⋅sin(10⋅t) ⇒ z = (sym) t ezplot3(x, y, z) % doctest: +SKIP
See help for the (non-symbolic) ezplot3
, which this
routine calls after trying to convert sym inputs to
anonymous functions.
See also: ezplot3, @sym/ezplot, @sym/ezsurf, @sym/function_handle.
Package: symbolic