Provides a vector with the ouput from a sin()
function. This function is
nothng more than a wrapper for said function. It takes a range of the sine
wave from a specific data point to a specific data point (e.g. -pi to pi).
Another input is the length of the output vector. Useful for cases where you
want to perform a sine transformation on your data.
1 2 |
from |
single value indicated from where the vector should start |
to |
single value indicated from where the vector should end |
length |
length of the output vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.