sphericalY
spherical harmonics of degree l
Description
Y = sphericalY(l,theta,rho) return a vector Y = (Y_l^-l,...,Y_l^l) of the spherical harmonics of degree l using the Condon-Shortley phase convention
Syntax
Y = sphericalY(l, theta, rho,'param1',val1,'param2',val2)
Input
l |
degree |
theta |
polar angle |
rho |
azimuth angle |
Output
Y |
(2l+1) x numel(theta,rho) matrix of function values |
See also
MTEX 4.0.1 |