why my matlab code calculates the inequality wrongly?
1 回表示 (過去 30 日間)
古いコメントを表示
Pooneh Shah Malekpoor
2022 年 10 月 23 日
コメント済み: Pooneh Shah Malekpoor
2022 年 10 月 23 日
Hello
I am defining inequility for a condition; however, Matlab cannot compare two sides correctly as is attached here. How should I solve this issue?

even matlab says:
-5.4485 >= 1e-6
ans =
logical
0
It is strange!!!!
0 件のコメント
採用された回答
James Tursa
2022 年 10 月 23 日
編集済み: James Tursa
2022 年 10 月 23 日
Negative numbers are not greater than positive numbers. This is the correct result. What is strange to you about this?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!