MATLAB Function Reference |
將笛卡兒座標(Cartesian coordinates)轉換成球座標(spherical)
Syntax
[THETA,PHI,R] = cart2sph(X,Y,Z)
Description
[THETA,PHI,R] = cart2sph(X,Y,Z)
轉換位於三維笛卡兒座標中 X
、 Y
和 Z
陣列的元素,至對應的球座標系中。THETA
和 PHI
角度分別用來置換正 x軸和 x-y 平面, R
為一點與原點的距離。
Algorithm
See Also
cart2pol | case |