matlab arctanh 函数

标签 matlab math

我在 Matlab 上使用 arctanh 函数时不断收到错误

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

我正在做这个计算

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

其中l2R2是向量。

最佳答案

arctanh 仅适用于 MuPAD 笔记本界面:

http://www.mathworks.com/help/symbolic/mupad_ref/arctanh.html

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

http://www.mathworks.com/help/matlab/ref/atanh.html

关于matlab arctanh 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24924236/

相关文章:

Python 与 MATLAB 计算无穷大的积分,结果不同,替代方案(即将 Gauss-Legendre 正交扩展到 -x-> Infinity)?

python - 从 Matlab 调用 Python - 如何调试 Python 代码?

javascript - 在 JavaScript 中计算两个或三个数字的 LCM

algorithm - 二维圆形搜索模式

python - 计算矩阵的零空间

math - 我在哪里可以找到 "Math topic dependency tree"来帮助我对这个主题进行 self 指导?

Matlab 神经网络模拟直至隐藏层

matlab - 旋转圆形图像

java - 使用界面在后台运行 matlab

python - 可怜的 sympy linsolve/solve 性能