| Contents | Index |
Y = sin(X)
Y = sin(X) returns the circular sine of the elements of X. The sin function operates element-wise on arrays. The function's domains and ranges include complex values. All angles are in radians.
The sine of an angle is:
![]()
For complex x:
![]()
Graph the sine function over the domain
.
x = -pi:0.01:pi; plot(x,sin(x)), grid on

| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |