You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 .
General Information
- Version 1.0.0.0 (878 Bytes)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
