About 302,000 results
Open links in new tab
  1. step - Step response of dynamic system - MATLAB - MathWorks

    For continuous-time systems, the function automatically determines the size of the time step and number of points based on the system dynamics. For discrete-time systems with a specified …

  2. 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.

  3. 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 …

  4. 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.

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

    Compute step-response characteristics, such as rise time, settling time, and overshoot, for a dynamic system model. For this example, use a continuous-time transfer function: s y s = s 2 + …

  6. 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. …

  7. step - Run System object algorithm - MATLAB - MathWorks

    Note Starting in R2016b, instead of using the step method to perform the operation defined by the System object, you can call the object with arguments, as if it were a function. For example, y …

  8. Plotting System Responses - MATLAB & Simulink - MathWorks

    Jan 6, 2014 · The step size for the time vector is determined based on the system dynamics. Define vector — Specify the times to plot as a vector of monotonically increasing evenly …

  9. Step - Generate step function - Simulink - MathWorks

    The Step block provides a step between two definable levels at a specified time. If the simulation time is less than the Step time parameter value, the block's output is the Initial value …

  10. smooth step function with rise time - MATLAB Answers - MATLAB …

    Oct 23, 2021 · I would like to have a smooth step function with specified rise time, with some control of the output. I try to explain better. It is pretty simple to create a piece-wise linear step …