Interval Bode Plot

Plots the bode plot for an parametric uncertain system

現在この提出コンテンツをフォロー中です。

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.

引用

Janardhanan Sivaramakrishnan (2026). Interval Bode Plot (https://jp.mathworks.com/matlabcentral/fileexchange/21371-interval-bode-plot), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Sixteen Kharitonov polinomials

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Screenshot added. Example added.