Interval Bode Plot

Plots the bode plot for an parametric uncertain system
1,7K download
Aggiornato 19 set 2008

Visualizza la licenza

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.

Cita come

Janardhanan Sivaramakrishnan (2024). Interval Bode Plot (https://www.mathworks.com/matlabcentral/fileexchange/21371-interval-bode-plot), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: Sixteen Kharitonov polinomials

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Screenshot added. Example added.