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 ExchangeDownloads についてさらに検索

タグ

質問済み:

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