フィルターのクリア

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 Center および File ExchangeHDF5 についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by