You are on page 1of 2

t = [0:0.

1:10];
x=4*(t)+6*sin(4*t)+6;

plot(t,x)

t = [0:0.1:10];
x = 7*sin(6*t)-11*cos(7*t);
plot(t,x)

You might also like