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 one of these values:
'gaussian'
'box'
(default)
W = smooth3(V,'
sets
the size of the convolution kernel (default is filter
',size)[3 3 3]
).
If size
is scalar, then size
is
interpreted as [size
, size
, size
].
W = smooth3(V,'
sets
an attribute of the convolution kernel. When filter
',size,sd)filter
is gaussian
, sd
is
the standard deviation (default is .65).
Examples
Extended Capabilities
Version History
Introduced before R2006a
See Also
isocaps
| isonormals
| isosurface
| patch