How to label characteristic values of step response on the figure?
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Pootai Tabmanee
am 13 Sep. 2021
Kommentiert: Dylan
am 22 Okt. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Axis Labels finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!