- Convert azimuth, elevation, and amplitude into Cartesian coordinates.
- Use a visualization method such as “surf”, “meshgrid”, or “sph2cart” instead of “scatter3”.
- Normalize the amplitude if necessary.

- sph2cart : https://www.mathworks.com/help/matlab/ref/sph2cart.html
- surf : https://www.mathworks.com/help/matlab/ref/surf.html
- meshgrid : https://www.mathworks.com/help/matlab/ref/meshgrid.html