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!!!

采纳的回答

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