Creating a scatter plot with three variables.
古いコメントを表示
Hello, I am trying to create a scatter plot of some rain gauge data. I have three columns with data in them. My X variable is for Longitude, Y is Latitude and Z would be the rainfall totals. Each variable is a 31x1 double array. How can I get the Z variable to show up as individual points on the graph with color representing higher values?
採用された回答
その他の回答 (1 件)
Honglei Chen
2018 年 6 月 5 日
I would use scatterm, something like
scatterm(X,Y,5,Z)
The reference page can be found at
HTH
2 件のコメント
Brandon Bush
2018 年 6 月 5 日
Honglei Chen
2018 年 6 月 6 日
I thought you want to plot lat and lon on a map.
カテゴリ
ヘルプ センター および File Exchange で Geographic Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!