Additional Information

The fmesh function requires that the input functions to plot are function handles. The ezmeshc function accepted either function handles or character vectors.

For example, use fmesh(@(x,y) sin(x)+cos(y),'ShowContours','on') instead of ezmeshc('sin(x)+cos(y)').