Missing Feature plot and select "Characteristics > Peak Response"

14 Ansichten (letzte 30 Tage)
Muzammil Iqbal
Muzammil Iqbal am 10 Mär. 2017
Kommentiert: Krushna am 15 Sep. 2023
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 Kommentare
Jose Aveiga
Jose Aveiga am 9 Mai 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 am 15 Sep. 2023
I have tried it, by right click i am not getting characteristics option, instead of that i am getting this

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Brandon Eidson
Brandon Eidson am 15 Mär. 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!

Translated by