spherical harmonics of degree l
Description
Y = sphericalY(l,vs) 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, v)Input
| l | harmonic degree | 
| v | vector3d | 
Output
| Y | (2l+1) x length(v) matrix of function values |