interpolate3D

3D interpolation of volumes.
190 Downloads
Updated 14 Jan 2016

View License

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 (2024). interpolate3D (https://www.mathworks.com/matlabcentral/fileexchange/54898-interpolate3d), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Interpolation in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0