Problem 43488. Print true if
all elements are larger than 5
a=[1 3 5 8 6]; b=[6 6 6 6 6];
function(a) should be false, and function(b) will be true.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers149
Suggested Problems
- 
         Find the longest sequence of 1's in a binary sequence. 6534 Solvers 
- 
         How to find the position of an element in a vector without using the find function 2775 Solvers 
- 
         Sum all integers from 1 to 2^n 16779 Solvers 
- 
         
         286 Solvers 
- 
         
         168 Solvers 
More from this Author27
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!