Motor Response (cont)
% [out,state]=step(num,den,t);
subplot(2,1,1),step(num(1,:),den,time),grid,...
title('TF- Step Response- Angular velocity of armature and load')
subplot(2,1,2),step(num(4,:),den,time),grid,
title('TF- Step Response- Position Angle at load')
%... Create frequency input vector
% [mod,phase]=bode(num(1,:),den,w)
subplot (211),bode(num(1,:),den,w)
subplot (211),title('Bode plot - Load Angular Velocity')