summaryrefslogtreecommitdiff
path: root/67/CH1/EX1.39.b/example139b.sce
blob: c12228730af03ba2de7006b34d7e16c8d3c26125 (plain)
1
2
3
4
5
6
//Example 1.39b
//Sketch the signal x(t)=tu(t)
clc;
t=0:1/100:10
x=t
plot(t,x)