output of mod block is not correct

2 次查看(过去 30 天)
Could someone please explain the following behaviour of mod block. (See image attached) There are two problems here. the output of mod(1,1) is not zero the output of mod(2,1) is a very less positive number.

回答(1 个)

Rachana Reddy Mamilla
Hello, Whenever we do arithmatic operations with the floating point variables there is a small precision error associated which leads to these results.This can be removed by subtracting the eps value and then apply mod. I'm not able to exactly reproduce your case but hope this and this would help you.
You can also look through eps and Math/Algorithms in this link . Hope this helps.

类别

Help CenterFile Exchange 中查找有关 General Applications 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by