bodedm

Programmatically generate the bode plot showing the margins as data cursors at once

You are now following this Submission

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://www.mathworks.com/matlabcentral/fileexchange/66669-bodedm), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

.