Info
この質問は閉じられています。 編集または回答するには再度開いてください。
what is wrong in this code in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, I want write this formula but my answer in matlab always -Inf :(
Xmax - Fd*((1/G^(1/Fe))-1);
0 件のコメント
回答 (1 件)
Matt J
2016 年 4 月 24 日
Look at the results of intermediate calculations, e.g., 1/Fe, then G^(1/Fe), then 1/G^(1/Fe), until you find where it goes bad. Likely you have divided by zero somewhere.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!