Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

what is wrong in this code in matlab?

1 visualizzazione (ultimi 30 giorni)
Dani D
Dani D il 24 Apr 2016
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Hello, I want write this formula but my answer in matlab always -Inf :(
Xmax - Fd*((1/G^(1/Fe))-1);

Risposte (1)

Matt J
Matt J il 24 Apr 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.
  2 Commenti
Dani D
Dani D il 24 Apr 2016
Thanks, But how can write correct expression?
Matt J
Matt J il 24 Apr 2016
There is no indication that anything is incorrect. For example, there is nothing wrong with the expression 1/x as long as you don't let x=0.

Questa domanda è chiusa.

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by