Can I plot geographic data defined on a triangular mesh on a map axes object?
3 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!