matlab如何求复数的相位角

发布网友 发布时间:2022-04-23 09:36

我来回答

1个回答

热心网友 时间:2023-05-11 10:39

atan angle phase 三个都一样啊,没啥区别,而且返回值都是弧度

atan Inverse tangent, result in radians.
atan(X) is the arctangent of the elements of X.

angle(H) returns the phase angles, in radians, of a matrix with
complex elements.

phase Computes the phase of a complex vector

>> [phase(2+i),atan(1/2),angle(2+i)]
ans =
0.4636 0.4636 0.4636

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com