How to label characteristic values of step response on the figure?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Pootai Tabmanee
il 13 Set 2021
Commentato: Dylan
il 22 Ott 2022
I tried right clicking at the figure but nothing happened. My version of MATLAB is 2020b.
I had to use the stepinfo function to find these values and label it by myself.
Any suggestion?
N = 1
D = [1,3,5]
sys = tf(N,D)
step(sys)
stepinfo(sys)

right clicking to find the characteristics tab on this figure is not possible.
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Axis Labels in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!