필터 지우기
필터 지우기

Calculate % of Earth covered using Mapping Toolbox

조회 수: 2 (최근 30일)
Paul Huter
Paul Huter 2017년 4월 4일
답변: Paul Huter 2017년 5월 3일
The image shows my coverage, but I'm wondering if there is a way to use MATLAB/Mapping Toolbox to calculate the percentage of the Earth that is covered by the red markers.
Thank you.

채택된 답변

Paul Huter
Paul Huter 2017년 5월 3일
I solved this by creating a polygon as follows:
area = sum(areaint(latQ, lonQ, spheroid));
And then finding the ratio to the Earth's area:
ratio = 100 * (area/5.101e8);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Map Display에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by