limiting the Substraction Difference

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?

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 10월 20일

0 개 추천

One way to avoid such a situation is to add a small value to the denominator.
A/(A-B+eps)

이 질문은 마감되었습니다.

질문:

2020년 10월 20일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by