ezplot('1.1354/sqrt(x^4-1.7864*x^2+1)',[0.96 1.04])
x=0.96:0.001:1.04;y=1.1354/sqrt(x^4-1.7864x^2+1);(不知道是不是用点乘点除,你试试吧)plot(x,y);