필터 지우기
필터 지우기

Help with the erfc function

조회 수: 2 (최근 30일)
DEWDROP
DEWDROP 2020년 6월 17일
댓글: Ameer Hamza 2020년 6월 18일
i am trying to use the ficks law which has erfc fuction and i am having trouble in defining the function.ERROR WHILE RUNNING THE ATTACHED CODE.THANK YOU IN ADVANCE!!!

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 6월 17일
This is not a correct MATLAB syntax
erfc*(0.2/X3)
Function should be called like this
erfc(0.2/X3)
  댓글 수: 2
DEWDROP
DEWDROP 2020년 6월 18일
.thanks.....it works but it gives answer which is out of range .so the prooblem is with the error function or what ?i am confused.
Ameer Hamza
Ameer Hamza 2020년 6월 18일
I think this must be some other issues in the code. erfc() should be working fine.

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

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by