bodedm

Programmatically generate the bode plot showing the margins as data cursors at once
85 Downloads
Updated 29 Mar 2018

View License

With just the transfer function, "bodedm" allows you to plot the margins as data cursors:
Example:
clc, clear, close all
T = 1;
k = 5*100*50;
z = [];
p = [0 -30 -50];
Gs = zpk(z,p,k)
bodedm(Gs); grid

Cite As

alejocv7h (2026). bodedm (https://se.mathworks.com/matlabcentral/fileexchange/66669-bodedm), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Disk-Based Gain and Phase Margins in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

.