MATLAB: Representing data in spherical coordinate

spherical coordinate

Hi, I want to represent a dataset into spherical coordinate. Is there any way in matlab to do that?
Thanks

Best Answer

See the command cart2sph()
Related Question