% ezplot 指令亦可用於畫出等高線 ezplot(@(x,y)x^3+2*x^2-3*x-y^2+10); hold on ezplot(@(x,y)x^3+2*x^2-3*x-y^2+15); ezplot(@(x,y)x^3+2*x^2-3*x-y^2+20); hold off