How can I find numbers>30 in 810*1 matrix?
Mostrar comentarios más antiguos
How can I find numbers>30 in 810*1 matrix?
Respuestas (1)
This is similar to the approach with the months —
V = randi(50, 10, 1)
Vgt30 = V(V>30)
.
Categorías
Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!