waterfall
waterfall plot.
Syntax
waterfall(X, Y, Z)
waterfall(Z)
waterfall(Z, C)
waterfall(X, Y, Z, C)
waterfall(parent, ...)
waterfall(..., propertyName, propertyValue)
go = waterfall(...)
Input argument
X - x-coordinates: vector or matrix.
Y - y-coordinates: vector or matrix.
Z - z-coordinates: vector or matrix.
C - Color array: m-by-n-by-3 array of RGB triplets.
parent - a scalar graphics object value: parent container, specified as a axes.
propertyName - a scalar string or row vector character.
propertyValue - a value.
Output argument
go - a graphics object: surface type.
Description
waterfall creates a waterfall plot, which is a mesh plot with a partial curtain along the y dimension.
This results in a 'waterfall' effect.
The function takes the same input arguments as the mesh function.
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated