3 D polar plot
4 次查看(过去 30 天)
显示 更早的评论
hello,
please i have a 48x18 Matrix. the first columb ist the azimuth, the second ist the elongation and the rest of the columbs are my data. i want to plot each datacolum a 3d-plot but i am trying it since two week without succes
can you helpme please ( i am knew in matlab)
thank you
1 个评论
Prasad Reddy
2020-4-30
can you provide your matrix and code you have written till now. please ask your question more clearely. 3D plot is not much difficult. defenetely i will help you.
回答(1 个)
Ameer Hamza
2020-4-30
Check this package on FEX: https://www.mathworks.com/matlabcentral/fileexchange/13200-3d-polar-plot
You can also used sph2cart() function https://www.mathworks.com/help/releases/R2020a/matlab/ref/sph2cart.html to convert your data to cartesian coordinates and then use plot3().
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polar Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!