plot map with colorbar for scatter point

I have 3 matrix with size is 454x1, 1 matrix for longtitude, 1 matrix for latitude and 1 for rainfall value (454 is the number of ground station)
But now I want to have colorbar for each point to show the rainfall value.
I tried with scatterm and geoshow but it not work
How can I do?

 採用された回答

KSSV
KSSV 2019 年 5 月 27 日

0 投票

Let x,y,z be your column array data.
scatter(x,y,10,z,'s','filled')

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeColor and Styling についてさらに検索

タグ

質問済み:

2019 年 5 月 27 日

編集済み:

2019 年 5 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by