Extracting value from array and determine it position
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
suppose i have this table.
How do i determine how many days the temp in lake A was above 60 and on what day its happen? I use this commands but it doesnt satisfy my question.
temp_A=[55 62 60 61 63 65 62 59 58 56];
x=find(temp_A>60)
position=temp_A(x)
4 Commenti
Matt J
il 7 Mag 2021
I edited your post to show the results of running your computation. It seems to give exactly the results you say you expect. Are you seeing something different?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!