The fmesh
function requires that the input functions to plot are function handles. The
ezmesh
function accepted either function handles or
character vectors.
For example, use fmesh(@(x,y) sin(x)+cos(y))
instead of
ezmesh('sin(x)+cos(y)')
.