output of mod block is not correct
2 views (last 30 days)
Show older comments
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 Comment
Answers (1)
Rachana Reddy Mamilla
on 13 Aug 2018
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.
0 Comments
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!