Extracting data from vector

1 Ansicht (letzte 30 Tage)
Elijah L
Elijah L am 16 Sep. 2020
Beantwortet: jonas am 16 Sep. 2020
I have vector NUM = [-1 2 6 9 22 4 23 18] and I want to find all numbers that are greater than 5 and then add them all up. example: the answer is 78

Antworten (1)

jonas
jonas am 16 Sep. 2020
sum(NUM(NUM>5))

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by