Convert equation to MATLAB code
古いコメントを表示
I need your help to convert the equation to MATLAB code?

I have been trying to write this.
回答 (2 件)
David Hill
2021 年 2 月 15 日
Assuming variables (w,F) are a single dimension array of values and (a,b,n,D) are scalar.
w=1./((a*F./(D*sum(F))-exp(-n/b));
SATYAVARTA KUMAR PRINCE
2022 年 6 月 4 日
0 投票
suggest easy way to write the matlab code
1 件のコメント
Sam Chak
2022 年 6 月 4 日
Taking Onramp tutorial. Time frame is like learning how to walk 🚶.
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!