Effacer les filtres
Effacer les filtres

Define the settling time t(s) in MATLAB

2 vues (au cours des 30 derniers jours)
Jonathan Diaz
Jonathan Diaz le 25 Sep 2018
Modifié(e) : Fangjun Jiang le 25 Sep 2018
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?

Réponses (1)

Fangjun Jiang
Fangjun Jiang le 25 Sep 2018
Modifié(e) : Fangjun Jiang le 25 Sep 2018
here is a clue,
find(and(abs(x1)>=0.01, abs(x2)>=0.01),'last')

Catégories

En savoir plus sur Get Started with Optimization Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by