cosh

cosh(X) computes the hyperbolic cosine for each element of X.

Examples

> x = -4:0.2:4

[x:1x41 double]

> plot(x, cosh(x))

[ans:1x1 struct]

Resources

See also

acosh | cos | sinh | tanh