Info
この質問は閉じられています。 編集または回答するには再度開いてください。
limiting the Substraction Difference
2 ビュー (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Ameer Hamza
2020 年 10 月 20 日
One way to avoid such a situation is to add a small value to the denominator.
A/(A-B+eps)
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!