Compute the sum of the corner elements of an array (vector or matrix).
If any corner element is NaN, return NaN.
If any corner element is Inf, return Inf.
If both NaN and Inf appear among the corners, return -1.
If the input is empty, return [].
Some built-in functions are forbidden.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers4
Suggested Problems
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!