Locating any point from a meshgrid
11 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a 161x161 double size Latitude matrix for a stereographic projection of north pole. If I contour plot it, it looks like this -
I have another 161x161 double size Longitude matrix for a stereographic projection of north pole. Its' contour looks like this -
Can anyone please tell me if I can merge these two matrix into one so that I essentially get a polar stereographic map. And therefore, I can locate the index of any given point, for example, [87.5°N, 92.62°W], or [81.25°N, 88.19°W] etc
Any feedback will be greatly appreciated.
0 个评论
回答(1 个)
Sulaymon Eshkabilov
2023-9-18
If understood your question correctly, in this exercise, use hold on and find the intersection points of the two. There are a few function files on MATLAB central which can be employed in this case, e.g., https://www.mathworks.com/matlabcentral/fileexchange/11837-fast-and-robust-curve-intersections?s_tid=FX_rc3_behav
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!