x=[-2.5:0.25:2.5];y=exp(-x.*x);stairs(x,y);title('stairs plot');
问题描述:
x=[-2.5:0.25:2.5];y=exp(-x.*x);stairs(x,y);title('stairs plot');
答
x=[-2.5:0.25:2.5];y=exp(-x.*x);stairs(x,y);title('stairs plot');