MATLAB用ezplot画隐函数出错。求大神!!!!!

ezplot('sin(x^2+703/1000*y^2)-cos(x*y)',[-8*pi,8*pi,-8*pi,8*pi])
Error using ezplot (line 163)
sin(x^2+703/1000*y^2)-cos(x*y) cannot be plotted in the xy-plane.

出运运咐错原因:

表达式最左边的括号(即sin后面的那个)误用中文括号了旁纯,悄激即

ezplot('sin(x^2+703/1000*y^2)-cos(x*y)',[-8*pi,8*pi,-8*pi,8*pi])

应为

ezplot('sin(x^2+703/1000*y^2)-cos(x*y)',[-8*pi,8*pi,-8*pi,8*pi])


你这是三维立体轨迹。。。。。