Missing Feature plot and select "Characteristics > Peak Response"

49 views (last 30 days)
if I want to display the information of the Step Response (peak, rise time, etc). I click on the plot and select "Characteristics > Peak Response",etc. Why isn't that showing up in MATLAB 2016b? Is this feature has been excluded in the newer versions?
  2 Comments
Jose Aveiga
Jose Aveiga on 9 May 2022
I had this same issue while I was using live editor. I ran my code using a standard script file and was able to see the characteristic option when right clicking the plot.
Krushna
Krushna on 15 Sep 2023
I have tried it, by right click i am not getting characteristics option, instead of that i am getting this

Sign in to comment.

Answers (1)

Brandon Eidson
Brandon Eidson on 15 Mar 2017
Hey Muzammil, I have used R2016b Control System Toolbox to display Peak Response, Rise Time, etc. using the "step" function.  The feature has not been removed.
I access this simply by right-clicking on the resulting figure and hovering over "Characteristics".  I have to then hover my mouse over the dot that is created to display the actual value.  This is described more in the documentation linked to below.
For some responses, these values are such that the do not really show up on the figure.  In your Command Window, execute the following.
step(tf(1,[1 1]))
If you have the Control System Toolbox installed and these features are not accessible to you, please create a case with MathWorks Technical Support describing this issue.  

Community Treasure Hunt

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

Start Hunting!