Mercurial > hg > octave-nkf
comparison scripts/general/pol2cart.m @ 5053:c08cb1098afc
[project @ 2004-10-19 23:10:54 by jwe]
author | jwe |
---|---|
date | Tue, 19 Oct 2004 23:10:55 +0000 |
parents | 22bd65326ec1 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5052:c6ef19da4b24 | 5053:c08cb1098afc |
---|---|
23 ## Transform polar or cylindrical to cartesian coordinates. | 23 ## Transform polar or cylindrical to cartesian coordinates. |
24 ## @var{theta}, @var{r} (and @var{z}) must be of same shape. | 24 ## @var{theta}, @var{r} (and @var{z}) must be of same shape. |
25 ## @var{theta} describes the angle relative to the x - axis. | 25 ## @var{theta} describes the angle relative to the x - axis. |
26 ## @var{r} is the distance to the z - axis (0, 0, z). | 26 ## @var{r} is the distance to the z - axis (0, 0, z). |
27 ## @end deftypefn | 27 ## @end deftypefn |
28 ## | |
28 ## @seealso{cart2pol, cart2sph, sph2cart} | 29 ## @seealso{cart2pol, cart2sph, sph2cart} |
29 | 30 |
30 ## Author: Kai Habel <kai.habel@gmx.de> | 31 ## Author: Kai Habel <kai.habel@gmx.de> |
31 ## Adapted-by: jwe | 32 ## Adapted-by: jwe |
32 | 33 |