waterfall plot with station no., depth, temperature data

조회 수: 1 (최근 30일)
Mitson Monteiro
Mitson Monteiro 2013년 12월 11일
답변: David Sanchez 2013년 12월 11일
hi, i have station no, depth and temperature data by which i want to plot a waterfall plot can you please suggest me something

답변 (1개)

David Sanchez
David Sanchez 2013년 12월 11일
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.

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by