This document describes three methods for creating Bode plots of a transfer function in MATLAB:
1. Using the Control Toolbox with the tf and Bode functions
2. Creating arrays of the transfer function coefficients and using freqs to calculate the frequency response
3. Calculating the magnitude and phase directly from the transfer function and plotting the results