polarscatter3
Version 1.0.1 (50.4 KB) by
Juan Esteban Villegas
Simple function to make a Polar Scatter Plot
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)
Cite As
Juan Esteban Villegas (2026). polarscatter3 (https://www.mathworks.com/matlabcentral/fileexchange/92910-polarscatter3), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2020b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
