Please make a function whcih divides x/y, but pay attention for some exceptions with NaN,0,Inf. Sometimes return "ERROR" instead of result.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers145
Suggested Problems
-
366 Solvers
-
Find the largest value in the 3D matrix
1666 Solvers
-
Make a random, non-repeating vector.
11228 Solvers
-
362 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Why return 'ERROR' when the result is 0? Doesn't seem like an error to me.
Hello, Matthew Eicholtz. For division of x by y there are no cases in the Test Suite that could return a result of 0. Note: the use of mldivide in the template could be causing confusion. —DIV