Main Content

Trigonométrie

Sinus, cosinus et fonctions associées avec des résultats en radians ou en degrés

Les fonctions trigonométriques de MATLAB® calculent des valeurs trigonométriques standard en radians ou en degrés, des valeurs trigonométriques hyperboliques en radians et les variantes inverses de chaque fonction. Il est possible d’utiliser les fonctions rad2deg et deg2rad pour convertir les radians en degrés et vice versa, ou des fonctions comme cart2pol pour passer d’un système de coordonnées à un autre.

Fonctions

développer tout

sinSinus de l’argument en radians
sindSine of argument in degrees
sinpiCompute sin(X*pi) accurately
asinInverse sine in radians
asindInverse sine in degrees
sinhHyperbolic sine
asinhInverse hyperbolic sine
cosCosine of argument in radians
cosdCosine of argument in degrees
cospiCompute cos(X*pi) accurately
acosInverse cosine in radians
acosdInverse cosine in degrees
coshHyperbolic cosine
acoshInverse hyperbolic cosine
tanTangent of argument in radians
tandTangent of argument in degrees
atanTangente inverse en 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
hypotSquare root of sum of squares (hypotenuse)

Conversion degrés/radians

deg2radConvert angle from degrees to radians
rad2degConvert angle from radians to degrees

Conversion de coordonnées

cart2polTransform Cartesian coordinates to polar or cylindrical
cart2sphTransform Cartesian coordinates to spherical
pol2cartTransform polar or cylindrical coordinates to Cartesian
sph2cartTransform spherical coordinates to Cartesian