polarscatter3

Simple function to make a Polar Scatter Plot
416.0 次下载
更新时间 2023/5/3

查看许可证

Simple scatter plot in spherical coordinates.
The function transforms spherical coordinates to cartesian coordiantes, draws a 'pseudo' axis and plots the points and hides the cartesian axis of the figure handle.
Example:
theta = linspace(0,10*pi,401);
phi = linspace(-pi/2,pi/2,401);
rho = linspace(1,1,401);
polarscatter3(theta,phi,rho,'x','r','LineWidth',0.5)

引用格式

Juan Esteban Villegas (2024). polarscatter3 (https://www.mathworks.com/matlabcentral/fileexchange/92910-polarscatter3), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2020b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Documentation Update

1.0.0