Return true if all the elements of an nD array are equal, false otherwise.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers273
Suggested Problems
-
Project Euler: Problem 7, Nth prime
1754 Solvers
-
Back to basics 19 - character types
275 Solvers
-
Duplicate each element of a vector.
636 Solvers
-
396 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Interesting problem
Bad test suites. Just compare two elements to see if they are all equal.