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