About 1,990,000 results
Open links in new tab
  1. Interpolation - MATLAB & Simulink - MathWorks

    Interpolation is a technique for adding new data points within a range of a set of known data points. You can use interpolation to fill-in missing data, smooth existing data, make …

  2. interp1 - 1-D data interpolation (table lookup) - MATLAB

    This MATLAB function returns interpolated values of a 1-D function at specific query points.

  3. interp2 - Interpolation for 2-D gridded data in meshgrid format

    This MATLAB function returns interpolated values of a function of two variables at specific query points using linear interpolation.

  4. interpn - Interpolation for 1-D, 2-D, 3-D, and N-D gridded data in ...

    This MATLAB function returns interpolated values of a function of n variables at specific query points using linear interpolation.

  5. increase sample rate by integer factor - MATLAB - MathWorks

    This MATLAB function increases the sample rate of input signal x by a factor of r.

  6. Interpolating Scattered Data - MATLAB & Simulink - MathWorks

    MATLAB software also provides griddatan to support interpolation in higher dimensions. The calling syntax is similar to griddata. scatteredInterpolant Class The griddata function is useful …

  7. Interpolation - MATLAB & Simulink - MathWorks

    Interpolation is a method of estimating values between known data points. Use interpolation to smooth observed data, fill in missing data, and make predictions. Curve Fitting Toolbox™ …

  8. griddata - Interpolate 2-D or 3-D scattered data - MATLAB

    This MATLAB function fits a surface of the form v = f(x,y) to the scattered data in the vectors (x,y,v).

  9. Interpolate 2-D or 3-D scattered data - MATLAB - MathWorks

    Use scatteredInterpolant to perform interpolation on a 2-D or 3-D data set of scattered data.

  10. griddedInterpolant - Gridded data interpolation - MATLAB

    Use griddedInterpolant to perform interpolation on a 1-D, 2-D, 3-D, or N-D gridded data set.