Spherical Harmonics

Computes the real and imaginary spherical harmonics. Additionally, functions to compute the Clebsch-Gordan coefficients is provided.

Ahora está siguiendo esta publicación

Computes the real and complex spherical harmonics on a user set spherically symmetric point cloud. The return type is two cell-structures holding the wave functions Yc, Yr for complex and real respectively. Additionally the point cloud 'xyz' is returned. To visualize the point clouds, select for example one of the entries in Yr as 'f = Yr{1,1}', say. Then plot 'f' by typing 'plot3(f.*xyz(:,1),f.*xyz(:,2),f.*xyz(:,3),'.')'.

Citar como

André Flakke (2026). Spherical Harmonics (https://la.mathworks.com/matlabcentral/fileexchange/73896-spherical-harmonics), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0

Added functions to compute the Clebsch-Gordan coefficients. Please read function summaries for user guidance.

1.0.0