Bode plot form transfer funtion of Second Order system
Version 1.0.0 (1.06 KB) by
vaibhav tripathi
Here, Transfer function of Second-Order system is taken and then Bode plot is drawn directly by using Bode function.
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 (2025). 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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |