plot in spherical coordinate
8 次查看(过去 30 天)
显示 更早的评论
Hello I have a question about demonstrating my point in spherical coordinate. My Question is about acquiring plot in spherical coordinates. In fact, i found the distance of my object in rectangular coordinates by this equation:
{r}= h^2/mu*(1+e.cos(theta) * { cos(theta); sin(theta); 0}
And in the next step i transfered them to spherical coordinates by this code:
[teta,phi,r]=cart2sph(r(1),r(2),r(3))
Now, i want to plot my data in spherical coordinates. How can I do this? Would you please help me? Regards
2 个评论
回答(1 个)
KSSV
2017-5-4
It would be better to plot in Cartesian coordinates. You may have a look into following file exchange codes:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!