Additional Information

The fcontour, fmesh, fplot, fplot3, and fsurf functions require that the input functions to plot are function handles. The ezgraph3 function accepted either function handles or character vectors.

For example, use fmesh(@(x,y) sin(x)+cos(y)) instead of ezgraph3('mesh','sin(x)+cos(y)').