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