Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |