How to label characteristic values of step response on the figure?
5 views (last 30 days)
Show older comments
Pootai Tabmanee
on 13 Sep 2021
Commented: Dylan
on 22 Oct 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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Axis Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!