Help CenterHelp Center
Sine of argument in radians
Y = sin(X)
example
Y = sin(X) returns the sine of the elements of X. The sin function operates element-wise on arrays. The function accepts both real and complex inputs.
Y
X
sin
For real values of X, sin(X) returns real values in the interval [-1, 1].
sin(X)
For complex values of X, sin(X) returns complex values.
collapse all
Plot the sine function over the domain -π≤x≤π.
x = -pi:0.01:pi; plot(x,sin(x)), grid on
Calculate the sine of the complex angles in vector x.
x
x = [-i pi+i*pi/2 -1+i*4]; y = sin(x)
y = 1×3 complex 0.0000 - 1.1752i 0.0000 - 2.3013i -22.9791 +14.7448i
Input angle in radians, specified as a scalar, vector, matrix, or multidimensional array.
Data Types: single | double Complex Number Support: Yes
single
double
Sine of input angle, returned as a real-valued or complex-valued scalar, vector, matrix or multidimensional array.
The sine of an angle, α, defined with reference to a right triangle is
sin(α)=opposite sidehypotenuse=ah .
The sine of a complex argument, α, is
sin(α)=eiα−e−iα2i .
This function fully supports tall arrays. For more information, see Tall Arrays.
backgroundPool
ThreadPool
This function fully supports thread-based environments. For more information, see Run MATLAB Functions in Thread-Based Environment.
This function fully supports GPU arrays. For more information, see Run MATLAB Functions on a GPU (Parallel Computing Toolbox).
This function fully supports distributed arrays. For more information, see Run MATLAB Functions with Distributed Arrays (Parallel Computing Toolbox).
Introduced before R2006a
sind | asin | asind | sinh | sinpi
sind
asin
asind
sinh
sinpi
Vous possédez une version modifiée de cet exemple. Souhaitez-vous ouvrir cet exemple avec vos modifications ?
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office