what is wrong in this code in matlab?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hello, I want write this formula but my answer in matlab always -Inf :(

Xmax - Fd*((1/G^(1/Fe))-1);
Answers (1)
Matt J
on 24 Apr 2016
0 votes
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.
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!