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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by