Transfer Function to State Space and Vice Versa
Exercise 2 (run the simulation and put the print screen of the codes and the output in your report)
Put the transfer function below in MATLAB command. (Hint: use "tf" command in MATLAB)
C(s) = 24 / (4952s^2 + 265s + 24)
Now, derive the closed-loop transfer function of the system as shown below. Use coding and not Simulink
R(s) = 24
C(s) = 5 + 9s^2 + 265s + 24
iii.
Convert the transfer function above into state space.