About 101,000 results
Open links in new tab
  1. stairs - Stairstep graph - MATLAB - MathWorks

    Create a stairstep plot and set the line style to a dot-dashed line, the marker symbol to circles, and the color to red.

  2. step - Step response of dynamic system - MATLAB - MathWorks

    The left plot shows the step response of the first input channel, and the right plot shows the step response of the second input channel. Whenever you use step to plot the responses of a …

  3. StepPlot - Plot step response of dynamic system - MATLAB

    The stepplot function plots the step response of a dynamic system model and returns a StepPlot chart object. To customize the plot, modify the properties of the chart object using dot notation.

  4. stepinfo - Rise time, settling time, and other step-response ...

    The plot shows that the response rises in a few seconds, and then rings down to a steady-state value of about 2.5. Compute the characteristics of this response using stepinfo.

  5. Plotting System Responses - MATLAB & Simulink - MathWorks

    Jan 6, 2014 · You can plot the step and impulse responses of this system using the step and impulse commands.

  6. Impulse and Step Response Plots - MATLAB & Simulink

    Plotting transient response plots for models, including impulse response and step response, for all linear parametric models and correlation analysis models.

  7. heaviside - Heaviside step function - MATLAB - MathWorks

    This MATLAB function evaluates the Heaviside step function (also known as the unit step function) at x; the Heaviside step function returns 0 for x < 0, 1/2 for x = 0, and 1 for x > 0.

  8. Setting Axis scale steps - MATLAB Answers - MATLAB Central

    Jun 14, 2020 · To set the axis ticks with a specific step size like 8.03 units, you can use the xticks (or yticks) function. Here’s a quick example for the x-axis:

  9. Interactive Pole-Zero and Step Response Plot - File Exchange

    Oct 3, 2024 · This interactive application provides a visual representation of pole-zero plots and step responses, making it a valuable resource for students, educators, and engineers …

  10. Impulse, Step, and Ramp Functions - MATLAB & Simulink

    Since MATLAB® is a programming language, an endless variety of different signals is possible. Here are some statements that generate a unit impulse, a unit step, a unit ramp, and a unit …