15 05 -05
clc clear close all ·t=-5:0.01:5 y-tripuls(t-1, 3); y1=tripuls(t-1,3,0.5) plot(t y fi gure plot(t,yl 2= tripuls(t-1,3-0.5) plot(t, y2
• clc • clear • close all • t=-5:0.01:5; • y=tripuls(t-1,3); • y1=tripuls(t-1,3,0.5); • plot(t,y) • figure • plot(t,y1) • y2=tripuls(t-1,3,-0.5); • plot(t,y2)