The sine of the argument. |
||
Syntax |
s = Sin(m) |
|
Argument |
Name |
Description |
m |
A scalar, vector or a matrix in radians. |
|
Output |
Name |
Description |
s |
The sine of each entry. |
|
Example |
Find the sine of elements in a matrix: |
|
Syntax |
||
S = Sin([1,2;3,4]) |
||
Result |
||
S = 0.84147 0.9093 0.14112 -0.7568 |
||
See Also: |