Fill and color polygons based on single value
조회 수: 3 (최근 30일)
이전 댓글 표시
How do you plot multiple polygons (i.e. states) according to their respective, individual value (e.g. population density)? The final product should be a patched U.S. with states colored according to their respective values. I have latitude, longitude, and density values and I've tried patch, fill, and imagesc commands, but to no avail.
댓글 수: 1
Amy
2017년 12월 20일
Hi Claire, could you possibly share some more details about what you've tried already? How are you using the commands you mentioned, and are you running into errors using them or are they just not returning the results you expect?
답변 (1개)
Amy Haskins
2017년 12월 21일
Hi Claire,
What you are describing is known as a choropleth map. If you have access to the Mapping Toolbox, you can try following the example below to help you get started.
https://www.mathworks.com/help/map/create-chloropleth-map-of-population-density.html
Amy
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!