Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
what is wrong in this code in matlab?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello, I want write this formula but my answer in matlab always -Inf :(
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162345/image.jpeg)
Xmax - Fd*((1/G^(1/Fe))-1);
0 commentaires
Réponses (1)
Matt J
le 24 Avr 2016
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.
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!