MATLAB Language Interpolation with MATLAB

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  1. zy = interp1(x,y);
  2. zy = interp1(x,y,'method');
  3. zy = interp1(x,y,'method','extrapolation');
  4. zy = interp1(x,y,zx);
  5. zy = interp1(x,y,zx,'method');
  6. zy = interp1(x,y,zx,'method','extrapolation');


Got any MATLAB Language Question?