Matlab Math error seems can someone help me out
1 回表示 (過去 30 日間)
古いコメントを表示
-0.05<-0.0020
ans =
logical
1
>> -0.05>-0.0020
ans =
logical
0
0 件のコメント
回答 (1 件)
Basil C.
2021 年 3 月 11 日
-0.05<-0.0020
checks if -0.05 is less than -0.002 and returns a logical 1 which means that it is true.
The same logic can be applied for -0.05>-0.0020 as well
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!