(translator=pacific, ChineseSource=pacific-20020720-8\polyarea.html, EnglishSource=c:\matlabr12\help\techdoc\ref\polyarea.html)
MATLAB Function Reference    
polyarea

多邊形的面積

Syntax

Description

A = polyarea(X,Y) 回傳由 XY 指定頂點的多邊形面積。

XY 為相同大小的矩陣格式,polyarea 回傳以 XY 的直行為指定頂點的多邊形面積。

If X and Y are multidimensional arrays, polyarea returns the area of the polygons in the first nonsingleton dimension of X and Y.

A = polyarea(X,Y,dim) 以指定的數字 dim 為基本維度來計算面積。

Examples

See Also

convhull, inpolygon, rectint


 poly polyder