stepinfo 2

조회 수: 1 (최근 30일)
ahmed salama
ahmed salama 2011년 6월 14일
s=tf([1000],[1 3 2 6592 36354 119894 230060 241392 120960]) S = stepinfo(s,'RiseTimeLimits',[0.05,0.95]) S = RiseTime: NaN SettlingTime: NaN SettlingMin: NaN SettlingMax: NaN Overshoot: NaN Undershoot: NaN Peak: Inf PeakTime: Inf it is obvious that this results appears when the denominator is bigger than the forth order what shall i do please answer....

채택된 답변

Walter Roberson
Walter Roberson 2011년 6월 14일
The documentation shows a 5th order example, so the order must not be the total cause.
It would be worth testing with that example, in case there is something wrong with the calculations on your system.
  댓글 수: 2
ahmed salama
ahmed salama 2011년 6월 14일
it is a 8th order and there is no problem with my system i think please try the problem in your matlab and see the answers
s=tf([1000],[1 3 2 6592 36354 119894 230060 241392 120960])
S = stepinfo(s,'RiseTimeLimits',[0.05,0.95])
Walter Roberson
Walter Roberson 2011년 6월 14일
Sorry, I do not have that toolbox, so I cannot try that myself.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by