# HG changeset patch # User Brian Gough # Date 1231824416 18000 # Node ID aaff46fef25616aa693acfb790e8dc13d3efa4cd # Parent b88596e8f341c1bb5a14007f2d1b9d2cfc6f2ef7 [docs] fix hypenation: x - axis => x-axis, etc diff --git a/scripts/general/cart2pol.m b/scripts/general/cart2pol.m --- a/scripts/general/cart2pol.m +++ b/scripts/general/cart2pol.m @@ -21,8 +21,8 @@ ## @deftypefnx {Function File} {[@var{theta}, @var{r}, @var{z}] =} cart2pol (@var{x}, @var{y}, @var{z}) ## Transform cartesian to polar or cylindrical coordinates. ## @var{x}, @var{y} (and @var{z}) must be of same shape. -## @var{theta} describes the angle relative to the x - axis. -## @var{r} is the distance to the z - axis (0, 0, z). +## @var{theta} describes the angle relative to the x-axis. +## @var{r} is the distance to the z-axis (0, 0, z). ## @seealso{pol2cart, cart2sph, sph2cart} ## @end deftypefn diff --git a/scripts/general/cart2sph.m b/scripts/general/cart2sph.m --- a/scripts/general/cart2sph.m +++ b/scripts/general/cart2sph.m @@ -20,8 +20,8 @@ ## @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. -## @var{phi} is the angle relative to the xy - plane. +## @var{theta} describes the angle relative to the x-axis. +## @var{phi} is the angle relative to the xy-plane. ## @var{r} is the distance to the origin (0, 0, 0). ## @seealso{pol2cart, cart2pol, sph2cart} ## @end deftypefn diff --git a/scripts/general/pol2cart.m b/scripts/general/pol2cart.m --- a/scripts/general/pol2cart.m +++ b/scripts/general/pol2cart.m @@ -21,8 +21,8 @@ ## @deftypefnx {Function File} {[@var{x}, @var{y}, @var{z}] =} pol2cart (@var{theta}, @var{r}, @var{z}) ## Transform polar or cylindrical to cartesian coordinates. ## @var{theta}, @var{r} (and @var{z}) must be of same shape. -## @var{theta} describes the angle relative to the x - axis. -## @var{r} is the distance to the z - axis (0, 0, z). +## @var{theta} describes the angle relative to the x-axis. +## @var{r} is the distance to the z-axis (0, 0, z). ## @seealso{cart2pol, cart2sph, sph2cart} ## @end deftypefn