Define the settling time t(s) in MATLAB

2 ビュー (過去 30 日間)
Jonathan Diaz
Jonathan Diaz 2018 年 9 月 25 日
編集済み: Fangjun Jiang 2018 年 9 月 25 日
So I'm trying to figure out how to define the settling time in matlab. I want t(s) to be the minimum time after which both the magnitudes of x1(t) and x2(t) remain less than 0.01. How would I input that in matlab?

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2018 年 9 月 25 日
編集済み: Fangjun Jiang 2018 年 9 月 25 日
here is a clue,
find(and(abs(x1)>=0.01, abs(x2)>=0.01),'last')

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by