フィルターのクリア

Can I plot geographic data defined on a triangular mesh on a map axes object?

4 ビュー (過去 30 日間)
David Russell
David Russell 2022 年 2 月 10 日
コメント済み: David Russell 2022 年 2 月 10 日
Does MATLAB have a means of plotting data defined on a triangular mesh on a map axes object? The vertices of the triangulation are given in latitude and longitude coordinates. I’m aware of geoshow, patchm and surfm, but these don’t seem to do the trick. Ideally, I would be looking for something called trisurfm, but it doesn’t exist. So I’m guessing the answer is no.

回答 (1 件)

KSSV
KSSV 2022 年 2 月 10 日
You can convert your triangular data into structured using griddata. After converting into a grid you can use surfm.
Read about griddata.
  1 件のコメント
David Russell
David Russell 2022 年 2 月 10 日
Thanks. That may be the best solution, but it's not ideal. I'm dealing with data on a lake, and griddata basically destroys the coastlines and fills in the islands.

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by