필터 지우기
필터 지우기

erfc with complex number

조회 수: 18 (최근 30일)
rahman
rahman 2011년 5월 10일
댓글: Dilip Jose 2020년 2월 13일
Hi all
I want to compute erfc(.) of a complex number. How can I do that? Is there any way to use erfc(.) of matlab?

채택된 답변

Matt Fig
Matt Fig 2011년 5월 10일
A quick search of the FEX turned up these two. There may be others...
  댓글 수: 14
Walter Roberson
Walter Roberson 2020년 2월 5일
To check, you have
d2=(8*m^3/2);
Is it possible that that should be
d2=(8*m^(3/2));
The current expression would be equivalent to the clearer
d2=4*m^3;
Or even 8/2 instead of 4 if that somehow made documentation sense. With the /2 where it is and with the leading multiplier already even, people are going to wonder.
Dilip Jose
Dilip Jose 2020년 2월 13일
thank you so much sir ...got some results...hope the best.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by