arg(Z) is the function returns argument of the complex number Z. but it is showing error while executing arg(1+i) as" Undefined function 'arg' for input arguments of type 'double' ". Can anyone help me?.do u need to convert double to complex?. put u

조회 수: 331 (최근 30일)
arg(1+i)
Undefined function 'arg' for input arguments of type 'double'.

답변 (1개)

Udit Gupta
Udit Gupta 2014년 5월 29일
No such function as arg. Use angle(1+i)
  댓글 수: 2
Jithus
Jithus 2014년 5월 29일
Thank u. i used angle() function. but it i sshowing arg function in matlab.
Udit Gupta
Udit Gupta 2014년 5월 29일
I see what you mean. I looked it up, it is only for MUPad in the symbolic toolbox. Sorry I don't have that licensed so I did not know.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by