Find values that are greater than a specific number in a table

13 visualizzazioni (ultimi 30 giorni)
In a certain table known as 'Lake', I want to find the values that are greater than 20 and for it to display the amount of numbers that are greater or equal to 20. Thanks in advance!
Btw: Lake=1:366 of a dimension

Risposta accettata

Stephen23
Stephen23 il 25 Nov 2021
nnz(Lake>=20)

Più risposte (0)

Categorie

Scopri di più su Tables in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by