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 Exchange에서 Color 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