Sine(Quaternion overloading of standard MATLAB® function)
Y = sin(X)
sin(X) computes the sine of the quaternion argument X which may be a complexified quaternion.
>> sin(1 + qi) ans = 1.298 + 0.635 * I + 0 * J + 0 * K
License terms.