Calculus and Plot of a simple polar stereographic projection
20 次查看(过去 30 天)
显示 更早的评论
Hey I wonder if anyone could give me a hand or some tips, since i am new to matlab trying to figure out the following problem.
I wanted to create a small programm which represents a polar stereographic projection. It should contain a sphere, with polarcoordinates ( latitude lambda, longitude phi). The projection centre should be in the north pole and on the opposing side there should be a tangent plane with coordinates ( alpha and m ). I want to insert any point A on the sphere with coordinates ( lambda and phi) and the programm calculates the procetion point A' on the tangental plane with coordinates ( alpha and m).
Calculus for coordinates of the Procetion point A'(m,alpha)
m=2 r (radius of the sphere) tan(((pi/2)-phi)/2) where phi is the first coordinate of the inserted point A
alpha = lambda where lambda is the second coordinate of the inserted point A
And i wanted to plot the sphere, the projection centre, the tangental plane and both points A and A'.
I would be happy about an answer. Have a great day, Valentin
0 个评论
回答(1 个)
Divya Yerraguntla
2019-8-7
Hi,
Have a look at this MATLAB function:
You could also refer similar questions :
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Map Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!