smoothsurf( x,y,z,xn,yn,varargi​n )

Version 1.1.0.0 (5.11 KB) by Liutong
plot smooth surface
288 Downloads
Updated 1 Mar 2017

View License

smoothsurf(x,y,z) plots a surface using scattered 3d points data. Smoothing the surface using convolution kernels.
interpolant include: linear, nearest and natural

Cite As

Liutong (2026). smoothsurf( x,y,z,xn,yn,varargin ) (https://uk.mathworks.com/matlabcentral/fileexchange/60892-smoothsurf-x-y-z-xn-yn-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Acknowledgements

Inspired by: Surface Fitting using gridfit

Version Published Release Notes
1.1.0.0

auto detect row vector or column vector for input: x,y,z

1.0.0.0