Help with the erfc function
1 次查看(过去 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!