interpolate3D

3D interpolation of volumes.

You are now following this Submission

Vq = interpolate3D(V,[Xq,Yq,Zq]) interpolates to find Vq.
Vq = interpolate3D(...,METHOD) specifies alternative methods.
Available methods are:
'nearest' - nearest neighbor interpolation
'linear' - linear interpolation (Default)
'spline' - spline interpolation
'cubic' - cubic interpolation as long as the data is uniformly
spaced, otherwise the same as 'spline'
Copyright 2015 Gabriele Piantadosi

Cite As

Gabriele Piantadosi (2026). interpolate3D (https://se.mathworks.com/matlabcentral/fileexchange/54898-interpolate3d), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Interpolation in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0