Interval Bode Plot
The script plots the envelope of the bode plot for a parametric uncertain/interval system.
interval_bode(NumVec,DenVec,clr)
The function accepts the numerator (NumVec) and denominator (DenVec) of the uncertain system as matrices of two rows each. The first row containing the lower bounds and the second row with the upper bounds. The argument clr is for the optional filling colour.
Cite As
Janardhanan Sivaramakrishnan (2025). Interval Bode Plot (https://www.mathworks.com/matlabcentral/fileexchange/21371-interval-bode-plot), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Control Systems > Control System Toolbox > Linear Analysis > Time and Frequency Domain Analysis > Frequency-Domain Analysis >
Tags
Acknowledgements
Inspired: Sixteen Kharitonov polinomials
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.0 | Screenshot added. Example added. |