summaryrefslogtreecommitdiff
path: root/758/CH1/EX1.2.d/Ex_1_2_d.sce
blob: 10564551397fca85fd06d2afe1743a87aa18f5c9 (plain)
1
2
3
4
5
6
7
8
//Example 1.2 (d)

clc;clear;
t=-5:0.01:5;
x=-0.5*(t-4);
plot(t,x);
title('x(t)=r(-0.5t+2)');
zoom_rect([-5 0 5 5]);