For a given input vector, return the value that is furthest from zero.
For example, if
x = [1 2 -12]
return -12.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers135
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15817 Solvers
-
Which values occur exactly three times?
5253 Solvers
-
Calculate the area of a triangle between three points
3567 Solvers
-
Create a vector whose elements depend on the previous element
805 Solvers
-
Back to basics - mean of corner elements of a matrix
468 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Really needs a better test suite that doesn't have the correct answer in the same position.