MATLAB: Is there easiest way to get value of rise time, settling time and overshoot from scope output

get value

after i doing simulink and get the result from scope block, how to get the value for all the rise time, settling time and overshoot from it?

Best Answer

Use the attached model. It contains a simple input signal and a transfer function. When the model opens up, a plot will automatically open. Click the Run button on the plot and then the response will be plotted. Then on plot, right click and go to Characteristics. You will be able to view the properties you want. I defined input signal as Input Perturbation and output signal as Output Measurement. I also used Linear Step Response Plot from Simulink Control Design library. Hope this helps.