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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Downloads에 대해 자세히 알아보기

태그

질문:

2020년 6월 17일

댓글:

2020년 6월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by