Question: 4. Inverse Laplace with Unit Step Input a. The following lines of MATLAB code incorporate the ilaplace 0 command to determine the time-domain response of
4. Inverse Laplace with Unit Step Input a. The following lines of MATLAB code incorporate the ilaplace 0 command to determine the time-domain response of the system to a unit step input. Type this code and write the resulting time-domain response equation below syms s Symbolic Variable Laplace Transtorm of Transter Function with Unit Step stransfer funtion (X(s)/E ()) tunit step input x XoverF %inverse Laplace symbolic output ilaplace (X) -pretty (symbolic_output) Sprints expression in easier-to-read format Result: x(t) = The following lines of MATLAB code will plot the response of the system. How does it compare to Question 3 (i)? b. plot using a symbolic expresaion -figure ) tplot (symbolic_output, to,1.2]) axis ( [O,1.2,0, 0.012]) -title ('ilaplace () Response) xlabel ('Time (a)) ylabel ( Position (m) *)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
