arcsinh

Navigation:  Language Reference > Functions > Trigonometric >

arcsinh

Previous pageReturn to chapter overviewNext page

Syntax

Y = arcsinh(X);

Description

Returns the hyperbolic arcsine of the elements of X.

Examples

a = arcsinh(time);

X = [0.5*cos(time);0.75*cos(time)];

Y = arcsinh(X);

Limitations

Y and X must have the same size.

 

Arcsinh