收起
有复数,用plot3画三维曲线
%[x,y]=meshgrid(-8:0.01:8); x=-8:0.01:8; y=-8:0.01:8; r=sqrt(x.^2+y.^2) z=sin(r)./r plot3(x,y,z) grid minor
报告相同问题?