MATLAB and verification of the step response of a state-space
representation.
a. Use the commands ss2tf and tf in MATLAB to verify the transfer
function result of question 8.
b. Use the Isim command to verify the step response result of question
9. Use the following time and input vectors:
% Questions 10 b
% Define a time vector and the step input vector
time = linspace(0,6/D, 1000); u = ones (1,length(time));
5
Fig: 1