Mercurial > hg > octave-lyh
diff scripts/general/cart2sph.m @ 5610:9761b7d24e9e
[project @ 2006-02-09 09:12:02 by dbateman]
author | dbateman |
---|---|
date | Thu, 09 Feb 2006 09:12:03 +0000 |
parents | 4c8a2e4e0717 |
children | 2618a0750ae6 |
line wrap: on
line diff
--- a/scripts/general/cart2sph.m +++ b/scripts/general/cart2sph.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Function File} {} [@var{theta}, @var{phi}, @var{r}] = cart2sph (@var{x}, @var{y}, @var{z}) +## @deftypefn {Function File} {[@var{theta}, @var{phi}, @var{r}] =} cart2sph (@var{x}, @var{y}, @var{z}) ## Transform cartesian to spherical coordinates. ## @var{x}, @var{y} and @var{z} must be of same shape. ## @var{theta} describes the angle relative to the x - axis.