Commit 44b751ef authored by 袁通's avatar 袁通
Browse files

Update P1_5_d.m

parent b57a6a4b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,9 +8,11 @@ yn1=0.5;
y2=diffeqn(a,x,yn1);

stem(n,y1,'r--p');
legend('y[-1]=0');

hold on;
stem(n,y2,'b--s');
legend('y[-1]=0','y[-1]=0.5');
legend('y[-1]=0.5');
title('1.5(d)');

saveas(gcf, "LAB1/P1_5_d_out.png")
 No newline at end of file
saveas(gcf, "P1_5_d_out.png")
 No newline at end of file