sinh

Navigation:  Language Reference > Functions > Trigonometric >

sinh

Previous pageReturn to chapter overviewNext page

Syntax

Y = sinh(X);

Description

Returns the hyperbolic sine of the elements of X.

Examples

b = ramp(2.5);

a = sinh(b);

X = [ramp(0);ramp(1)];

Y = sinh(X);

Limitations

Y and X must have the same size.

 

SinH