Characteristics of a step response plot

Hi,
I tried getting the rise time and %overshoot from a step response by right clicking and viewing the characteristics. But when I right click on the figure, I don't get anything. Could someone please help me with this.

 採用された回答

Chandrasekhar
Chandrasekhar 2014 年 3 月 10 日
編集済み: Chandrasekhar 2014 年 3 月 10 日

1 投票

6 件のコメント

Priya
Priya 2014 年 3 月 10 日
Thank you, I tried this, but getting some error. Since I may not have defined the y , yfinal correctly. Please tell me what are these y, t, yfinal of a system
Chandrasekhar
Chandrasekhar 2014 年 3 月 10 日
編集済み: Chandrasekhar 2014 年 3 月 10 日
y is the initial value of y, yfinal is the final value of y. t is the time at which the y value changes to yfinal.
If you have a tranfer function then you have to use
S = stepinfo(sys)
Priya
Priya 2014 年 3 月 14 日
編集済み: Priya 2014 年 3 月 14 日
Please help me in using the stepinfo for a state space system.
Walter Roberson
Walter Roberson 2014 年 3 月 15 日
Sure. It is
S = stepinfo(sys);
where sys is your state space variable, perhaps produced by ss()
Ibrahim Nayfeh
Ibrahim Nayfeh 2023 年 4 月 11 日
the link doesnt work, the page doesnt exist anymore apparently
Sam Chak
Sam Chak 2023 年 4 月 11 日
@Ibrahim Nayfeh, you can search for the function name like this:

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

2014 年 3 月 10 日

コメント済み:

2023 年 4 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by