About 4,410,000 results
Open links in new tab
  1. Differentiation - MATLAB & Simulink - MathWorks

    To differentiate an expression that contains more than one symbolic variable, specify the variable that you want to differentiate with respect to. The diff command then calculates the partial …

  2. diff - Differentiate symbolic expression or function - MATLAB

    The diff function can differentiate expressions or functions of type sym, symfun, symmatrix, symfunmatrix, double, and single with respect to differentiation parameters of type symmatrix …

  3. Numerical Integration and Differentiation - MATLAB & Simulink

    For differentiation, you can differentiate an array of data using gradient, which uses a finite difference formula to calculate numerical derivatives. To calculate derivatives of functional …

  4. diff - Differences and approximate derivatives - MATLAB

    Aug 9, 2025 · Run code in the background using MATLAB® backgroundPool or accelerate code with Parallel Computing Toolbox™ ThreadPool. This function fully supports thread-based …

  5. Take Derivatives of a Signal - MATLAB & Simulink - MathWorks

    MATLAB®'s function diff amplifies the noise, and the resulting inaccuracy worsens for higher derivatives. To fix this problem, use a differentiator filter instead.

  6. Perform Symbolic Computations - MATLAB & Simulink

    For example, to show the order of a polynomial or symbolically differentiate or integrate a polynomial, use the standard polynomial form with all the parentheses multiplied out and all …

  7. How do I take the derivative of my plot? - MATLAB Answers

    Apr 19, 2013 · I have my temperature in the y axis, and my distance in the x. I have them all plotted out and I have the data too, how can I take the derivative of the plot?

  8. how to calculate a derivative - MATLAB Answers - MATLAB Central …

    Feb 26, 2012 · Just here to suggest some recent resources, There is a nice section in the Symbolic Math Toolbox with additional examples for differentiation as well as a FEX …

  9. How to plot the derivative from experimental data - MATLAB …

    May 19, 2014 · Hi I have a number of points (experimental data) plotted as an x-y plot. I want to generate the derivative of y w.r.t x from this plot. Is there a function in MATLAB which can do …

  10. Differentiation - MATLAB & Simulink Example - MathWorks

    This example shows how to analytically find and evaluate derivatives using Symbolic Math Toolbox™.