tanhm
matrix hyperbolic tangent
Syntax
t = tanhm(x)
Arguments
- x, t
real or complex square matrices.
Description
tanhm(x)
is the matrix hyperbolic tangent of the matrix x
.
Examples
A=[1,2;3,4]; tanhm(A)
See also
Report an issue | ||
<< sinm | Matrix-wise processing | tanm >> |