フィルターのクリア

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.
  1 件のコメント
KSSV
KSSV 2017 年 4 月 4 日
image is missing...

サインインしてコメントする。

採用された回答

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 Center および File ExchangeMap Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by