waterfall plot with station no., depth, temperature data

1 visualización (últimos 30 días)
Mitson Monteiro
Mitson Monteiro el 11 de Dic. de 2013
Respondida: David Sanchez el 11 de Dic. de 2013
hi, i have station no, depth and temperature data by which i want to plot a waterfall plot can you please suggest me something

Respuestas (1)

David Sanchez
David Sanchez el 11 de Dic. de 2013
For a basic representation, and if your arrays are of the same length, just use
plot3
For a more sophisticated data representation use
surf
but your data might need some processing beforehand.
Read the documentation ( doc surf ) in order to get a clear understanding of how surf works and how to adapt your data if needed.

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by