%Solution of the problem 2.1 num=[2]; den=[1 1 2]; t=0:0.1:10; y=step(num,den,t); plot(t,y) grid title('Step Response') xlabel('time [s]') ylabel('y')