How can I find numbers>30 in 810*1 matrix?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I find numbers>30 in 810*1 matrix?
0 Commenti
Risposte (1)
Star Strider
il 6 Set 2022
This is similar to the approach with the months —
V = randi(50, 10, 1)
Vgt30 = V(V>30)
.
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!