Missing Feature plot and select "Characteristics > Peak Response"

44 visualizaciones (últimos 30 días)
Muzammil Iqbal
Muzammil Iqbal el 10 de Mzo. de 2017
Comentada: Krushna el 15 de Sept. de 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 comentarios
Jose Aveiga
Jose Aveiga el 9 de Mayo de 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 el 15 de Sept. de 2023
I have tried it, by right click i am not getting characteristics option, instead of that i am getting this

Iniciar sesión para comentar.

Respuestas (1)

Brandon Eidson
Brandon Eidson el 15 de Mzo. de 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