Scilab 6.1.0
Scilab Help >> Elementary Functions > Trigonometry > Matrix-wise processing > tanhm
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)
Comments
Add a comment:
Please login to comment this page.