Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

limiting the Substraction Difference

1 vue (au cours des 30 derniers jours)
ravi shukla
ravi shukla le 20 Oct 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021
i am running a code, in which there may arise a situation when my denominator might get a value =0 (and this denominator is actually diff of two quantities for eg A-B.)
what can i do to avoid getting this situation where i may get undefined values?

Réponses (1)

Ameer Hamza
Ameer Hamza le 20 Oct 2020
One way to avoid such a situation is to add a small value to the denominator.
A/(A-B+eps)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by