Define the settling time t(s) in MATLAB

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by