comparison scripts/general/pol2cart.m @ 8491:aaff46fef256

[docs] fix hypenation: x - axis => x-axis, etc
author Brian Gough <bjg@gnu.org>
date Tue, 13 Jan 2009 00:26:56 -0500
parents a1dbe9d80eee
children cadc73247d65
comparison
equal deleted inserted replaced
8490:b88596e8f341 8491:aaff46fef256
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {[@var{x}, @var{y}] =} pol2cart (@var{theta}, @var{r}) 20 ## @deftypefn {Function File} {[@var{x}, @var{y}] =} pol2cart (@var{theta}, @var{r})
21 ## @deftypefnx {Function File} {[@var{x}, @var{y}, @var{z}] =} pol2cart (@var{theta}, @var{r}, @var{z}) 21 ## @deftypefnx {Function File} {[@var{x}, @var{y}, @var{z}] =} pol2cart (@var{theta}, @var{r}, @var{z})
22 ## Transform polar or cylindrical to cartesian coordinates. 22 ## Transform polar or cylindrical to cartesian coordinates.
23 ## @var{theta}, @var{r} (and @var{z}) must be of same shape. 23 ## @var{theta}, @var{r} (and @var{z}) must be of same shape.
24 ## @var{theta} describes the angle relative to the x - axis. 24 ## @var{theta} describes the angle relative to the x-axis.
25 ## @var{r} is the distance to the z - axis (0, 0, z). 25 ## @var{r} is the distance to the z-axis (0, 0, z).
26 ## @seealso{cart2pol, cart2sph, sph2cart} 26 ## @seealso{cart2pol, cart2sph, sph2cart}
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 ## Author: Kai Habel <kai.habel@gmx.de> 29 ## Author: Kai Habel <kai.habel@gmx.de>
30 ## Adapted-by: jwe 30 ## Adapted-by: jwe