Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Matlab中的arctanh函数_Matlab_Math - Fatal编程技术网

Matlab中的arctanh函数

Matlab中的arctanh函数,matlab,math,Matlab,Math,在使用Matlab上的arctanh函数时,我一直收到一个错误 “double”类型的输入参数的未定义函数arctanh 我在做这个计算 A = mu*arctanh(l2./(R2+R3)) 其中l2和R2是向量。arctanh仅在MuPAD笔记本界面中: 通常在MATLAB中,您应该使用atanh:

在使用Matlab上的
arctanh
函数时,我一直收到一个错误

“double”类型的输入参数的未定义函数
arctanh

我在做这个计算

A = mu*arctanh(l2./(R2+R3))

其中
l2
R2
是向量。

arctanh
仅在MuPAD笔记本界面中:

通常在MATLAB中,您应该使用
atanh