Part 1: Finding the system's step response using Laplace transform
1a) For , , and find the system's transfer function and assign to variable TF1. Use tf function for constructing the transfer function.
1b) Having determined the system's transfer function, find the Laplace transform of the system's step response as the product of the input's Laplace transform and the transfer function. Assign the result to variable Vout1.
Note: Variable TF1 is of type tf. A symbolic version of TF1 has to be created to find Vout1. The symbolic version is a new variable of sym type and has a different name otherwise TF1 will be overwritten and TF1 is needed for later use. The following commands can be used to convert a tf variable to a sym variable.