필터 지우기
필터 지우기

how to make a spatial plot?

조회 수: 4 (최근 30일)
Totanly
Totanly 2014년 4월 15일
답변: lvn 2014년 4월 15일
hi everybody, i have 3 data sets, latitude,longitude,and rain how to make spatial distribution plot for rain in a certain region. please help

채택된 답변

lvn
lvn 2014년 4월 15일
Assuming your dataset are vectors, you could simply make a scatterplot
scatter(longitude, latitude, 5, rain);
Alternatively, you can grid your data with griddata and make a contourplot with contourf.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by