Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
what is wrong in this code in matlab?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I want write this formula but my answer in matlab always -Inf :(
Xmax - Fd*((1/G^(1/Fe))-1);
0 comentarios
Respuestas (1)
Matt J
el 24 de Abr. de 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.
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!