waterfall
3D waterfall plot — independent line traces along one dimension.
Syntax
Section titled “Syntax”h = waterfall(X, Y, Z, ...)Description
Section titled “Description”Draws each row of the surface as an independent line, with no connecting edges between rows. Useful for visualizing time-series spectra or sequences of cross-sections.
Example
Section titled “Example”waterfall(spectrum_over_time)