Interval Bode Plot

Plots the bode plot for an parametric uncertain system
다운로드 수: 1.7K
업데이트 2008/9/19

라이선스 보기

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://kr.mathworks.com/matlabcentral/fileexchange/21371-interval-bode-plot), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Frequency-Domain Analysis에 대해 자세히 알아보기
도움

도움 준 파일: Sixteen Kharitonov polinomials

버전 게시됨 릴리스 정보
1.0.0.0

Screenshot added. Example added.