i want to find the final settling time alone,what function should i want to use? i hv already used stepinfo fn but i want settling time alone .can anyone helpme out with this ?

조회 수: 2 (최근 30일)

채택된 답변

Birdman
Birdman 2017년 12월 1일
Actually, stepinfo will do it. Consider the following approach for it:
Gs=tf(1,[1 1]);
result=stepinfo(Gs);
SettlingTime=result.SettlingTime
This will directly give you the settling time.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by