(translator=Kuo, ChineseSource=Kuo-20020415-4\cart2sph.html, EnglishSource=c:\matlabr12\help\techdoc\ref\cart2sph.html)
MATLAB Function Reference    
cart2sph

將笛卡兒座標(Cartesian coordinates)轉換成球座標(spherical)

Syntax

Description

[THETA,PHI,R] = cart2sph(X,Y,Z) 轉換位於三維笛卡兒座標中 XYZ陣列的元素,至對應的球座標系中。THETA PHI 角度分別用來置換正 x軸和 x-y 平面, R 為一點與原點的距離。

陣列 XYZ 大小必須一樣。

Algorithm

以下是由三維的笛卡兒座標對應至球座標。

See Also

cart2pol, pol2cart, sph2cart


 cart2pol case