How do I find the first value (in a vector) larger than a cutoff value without using for/while loops?

For example: v=[0.2, 0.8, 0.9, 1.15, 8.2, 9.3, 7.6, 6.5, 5.2, 3.4]; cutoff=7; The answer should be 8.2.

More Answers (0)

Categories

Asked:

on 30 Jun 2015

Answered:

on 30 Jun 2015

Community Treasure Hunt

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

Start Hunting!