Help with the erfc function
조회 수: 2 (최근 30일)
이전 댓글 표시
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!!!
댓글 수: 0
채택된 답변
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
Ameer Hamza
2020년 6월 18일
I think this must be some other issues in the code. erfc() should be working fine.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Whos에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!