MATLAB Function Reference    
smooth3

Smooth 3-D data

Syntax

Description

W = smooth3(V) smooths the input data V and returns the smoothed data in W.

W = smooth3(V,'filter') filter determines the convolution kernel and can be the strings:

W = smooth3(V,'filter',size) sets the size of the convolution kernel (default is [3 3 3]). If size is scalar, then size is interpreted as [size, size, size].

W = smooth3(V,'filter',size,sd) sets an attribute of the convolution kernel. When filter is gaussian, sd is the standard deviation (default is .65).

Examples

This example smooths some random 3-D data and then creates an isosurface with end caps.

See Also

isocaps, isonormals, isosurface, patch

Volume Visualization for related functions

See Displaying an Isosurface for another example


  slice sort