how can i plot spherical coordinate?
2 次查看(过去 30 天)
显示 更早的评论
hello there! i have 12 spherical coordinates and i like to plot in the same plane. how can i do?
thanks
0 个评论
回答(1 个)
Youssef Khmou
2015-4-20
plotting in the same yields to polar coordinates, try
polar(theta,rho);
if it is different than the above case, explain in details how 12 coordinates are (dimensions).
0 个评论
另请参阅
类别
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!