(translator=Shilo, ChineseSource=Shilo-20020416-3\atan.html, EnglishSource=c:\matlabr12\help\techdoc\ref\atan.html)
MATLAB Function Reference    
atan, atanh

反正切(inverse tangent)與反超正切(inverse hyperbolic tangent)

Syntax

Description

atanatanh 函式針對陣列元素進行運算。函式的定義域與值域包含複數。角度以弧度(radian)為單位。

Y = atan(X) 回傳 X 中每個元素的反正切值(arctangent)。

X 中的實數元素其 atan(X) 介於範圍 之間。

Y = atanh(X) 回傳 X 中每個元素的反超正切值。

Examples

,畫出反正切函式圖;,畫出反超正切函式圖。

Algorithm

See Also

atan2, tan, tanh


 assignin atan2