Bode plot form transfer funtion of Second Order system

Here, Transfer function of Second-Order system is taken and then Bode plot is drawn directly by using Bode function.
49 Downloads
Updated 2 May 2022

View License

The transfer function is taken as follows:
num=10;
den=[1 5 6];
Then bode command is given as :
bode(num,den)
title('Bode plot for Secnd-Order system')
grid on
The plot is shown belo:

Cite As

vaibhav tripathi (2026). Bode plot form transfer funtion of Second Order system (https://www.mathworks.com/matlabcentral/fileexchange/111055-bode-plot-form-transfer-funtion-of-second-order-system), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.0