how to make a spatial plot?

3 次查看(过去 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 中查找有关 Data Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by