I. 隐函数 f(x,y)=0, f(x(t),y(t),z(t))=0; z=f(x,y)ezplot, ezplot3, ezcontour, conctourf, ezpolar, ezmesh, ezmeshc, ezsurf, ezsurfc1. ezplot:画符号函数图形ezplot〔f〕:对于显式函数 f=f〔x〕,在默认的围[-pi> syms x y>> ezplot(2*x^4-y^9)2. ezplot3:三维曲线图ezplot3(x,y,z):在默认的围 0> syms t>> ezplot3(t*sin(t),t*cos(t),t,[0,20*pi])此外,三维曲线的视角可以通过程序命令来控制,也可以手动设置。3. ezcontour:画符号函数的等高线图ezcounter(f):画出二元符号函数 f=f(x,y)的等高线图。函数 f 将被显示在默认的平面区域[-2pi