Main Content

本页翻译不是最新的。点击此处可查看最新英文版本。

三角学

结果以弧度或度为单位的正弦、余弦和相关函数

MATLAB® 中的三角函数计算以弧度或度为单位的标准三角函数值、以弧度为单位的双曲三角函数值以及每个函数的逆函数。您可以使用 rad2degdeg2rad 函数在弧度和度之间进行转换,或使用如 cart2pol 之类的函数在坐标系之间进行转换。

函数

全部展开

sinSine of argument in radians
sindSine of argument in degrees
sinpi准确地计算 sin(X*pi)
asinInverse sine in radians
asindInverse sine in degrees
sinhHyperbolic sine
asinhInverse hyperbolic sine
cos以弧度为单位的参量的余弦
cosdCosine of argument in degrees
cospi准确计算 cos(X*pi)
acosInverse cosine in radians
acosdInverse cosine in degrees
coshHyperbolic cosine
acoshInverse hyperbolic cosine
tanTangent of argument in radians
tandTangent of argument in degrees
atanInverse tangent in radians
atandInverse tangent in degrees
atan2Four-quadrant inverse tangent
atan2dFour-quadrant inverse tangent in degrees
tanhHyperbolic tangent
atanhInverse hyperbolic tangent
cscCosecant of input angle in radians
cscdCosecant of argument in degrees
acscInverse cosecant in radians
acscdInverse cosecant in degrees
cschHyperbolic cosecant
acschInverse hyperbolic cosecant
secSecant of angle in radians
secdSecant of argument in degrees
asecInverse secant in radians
asecdInverse secant in degrees
sechHyperbolic secant
asechInverse hyperbolic secant
cotCotangent of angle in radians
cotdCotangent of argument in degrees
acotInverse cotangent in radians
acotdInverse cotangent in degrees
cothHyperbolic cotangent
acothInverse hyperbolic cotangent
hypot平方和的平方根(斜边)

度/弧度转换

deg2rad将角从以度为单位转换为以弧度为单位
rad2deg将角的单位从弧度转换为度

坐标转换

cart2pol将笛卡尔坐标转换为极坐标或柱坐标
cart2sph将笛卡尔坐标转换为球面坐标
pol2cart将极坐标或柱坐标转换为笛卡尔坐标
sph2cart将球面坐标转换为笛卡尔坐标