Problem 44650. determine the sum of decimal part for given matrix
Solution Stats
Problem Comments
-
4 Comments
Unfortunately, your checker does only include 4 digits of accuracy, and therefore the 'correct' solution is not accepted, only a hard-coded variant.
It is always better to have multiple tests, to avoid non-generic solutions to problems.
Hello, jamal hasoon. I completely agree with the preceding comment. Furthermore, it is very strongly recommended to write your own general solution code, to ensure compatibility of the inputs and the target solution in the Test Suite. —DIV
Alternatively, if you intend that users should round their results, then please include that instruction explicitly in the Problem Statement.
Another point: please do not include so much sample code in the Solution Template that is seen by everybody.
Lastly, it would be clearer to refer to the "decimal part" (or "fractional part"), rather than "fraction part".
See Problem 44521 for more ideas. —DIV
Problem statement and test cases have been modified.
Solution Comments
Show commentsProblem Recent Solvers39
Suggested Problems
-
Make a random, non-repeating vector.
9726 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
757 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
165 Solvers
-
372 Solvers
-
4457 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!