@sym
: ezcontour (f) ¶@sym
: ezcontour (…, dom) ¶@sym
: ezcontour (…, N) ¶Simple contour plots of symbolic expressions.
Example:
syms x y z = sin(2*x)*sin(y) ⇒ z = (sym) sin(2⋅x)⋅sin(y) ezcontour(z)
See help for the (non-symbolic) ezcontour
, which this
routine calls after trying to convert sym inputs to
anonymous functions.
See also: ezcontour, @sym/ezsurf, @sym/function_handle.
Package: symbolic