How do I find the first value (in a vector) larger than a cutoff value without using for/while loops?
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!