This commit is contained in:
2022-05-25 09:01:31 -03:00
parent 1439dd9fa4
commit a097fc08f1

View File

@@ -16,4 +16,10 @@ U(71:125)=2;
U(126:250)=-1;
U(251:375)=1.5;
U(376:501)=0.5;
plot(T, U);
figure;
plot (T, U, '-b');
title('sinal de entrada');
xlabel('tempo (s)');
grid;