Problem 2991. Finding an element in a vector

x is a vector of unknown length

your function should return the index of the first element in the vector that is greater than 6. If all elements in x are less than 6, the function should return 'none'

example: x = [1 2 7 2 3 2 4 8 6]

output = 3

Solution Stats

39.83% Correct | 60.17% Incorrect
Last Solution submitted on Nov 22, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers180

Suggested Problems

More from this Author28

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!