How can I find numbers>30 in 810*1 matrix?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I find numbers>30 in 810*1 matrix?
0 commentaires
Réponses (1)
Star Strider
le 6 Sep 2022
This is similar to the approach with the months —
V = randi(50, 10, 1)
Vgt30 = V(V>30)
.
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!