(e) Follow the question in BDS Intermediate problems (f) Follow the question in BDS and submit two plots, one for the case of k>0 and the other for K<0 on the same page using subplot (g-h)Follow the questions in BDS (i-k) Follow the questions in BDS and submit both step responses, one from Part(i) and the other from Part(k)on the same plot. You may want to use hold command and different line types. See help plot (l-m) Follow the questions in BDS (n) Follow the question in BDS and overlay the two step responses, one for Part(n) and the other for Part (i)in one plot (o) Follow the question in BDS and overlay the two step responses, one for Part(o)and the other for Part(k)in one plot (p) Follow the question in BDS Useful MATLAB Functions help: All of the functions listed below have help pages within MATLAB that can be viewed by typing help <function> from the MATLAB command prompt subplot: SUBPLOT Create axes in tiled positions. H =SUBPLOT (m, n, p), or SUBPLOT(mnp) breaks the Figure window into an m-by-n matrix of small axes, selects the p-th axes for for the current plot, and returns the axis handle. The axes are counted along the top row of the Figure window, then the second row, etc. See more detailed information nd examples by typing subplot ltiview: LTIVIEW Opens the LTI Viewer GUI. The LTI Viewer is an interactive graphical user interface(GUI) for analyzing the time and frequency responses of linear systems and comparing such systems. You may want to use this interface to check your answers or codes(e) Follow the question in BDS. Intermediate Problems (f) Follow the question in BDS and submit two plots, one for the case of K � 0 and the other for K � 0 on the same page using subplot. (g-h) Follow the questions in BDS. (i-k) Follow the questions in BDS and submit both step responses, one from Part (i) and the other from Part (k) on the same plot. You may want to use hold command and different line types. See help plot. (l-m) Follow the questions in BDS. (n) Follow the question in BDS and overlay the two step responses, one for Part (n) and the other for Part (i) in one plot. (o) Follow the question in BDS and overlay the two step responses, one for Part (o) and the other for Part (k) in one plot. (p) Follow the question in BDS. Useful MATLAB Functions: help: All of the functions listed below have help pages within MATLAB that can be viewed by typing help <function> from the MATLAB command prompt. subplot: SUBPLOT Create axes in tiled positions. H = SUBPLOT(m,n,p), or SUBPLOT(mnp), breaks the Figure window into an m-by-n matrix of small axes, selects the p-th axes for for the current plot, and returns the axis handle. The axes are counted along the top row of the Figure window, then the second row, etc. See more detailed information and examples by typing subplot. ltiview: LTIVIEW Opens the LTI Viewer GUI. The LTI Viewer is an interactive graphical user interface (GUI) for analyzing the time and frequency responses of linear systems and comparing such systems. You may want to use this interface to check your answers or codes