How can I find numbers>30 in 810*1 matrix?
2 次查看(过去 30 天)
显示 更早的评论
How can I find numbers>30 in 810*1 matrix?
0 个评论
回答(1 个)
Star Strider
2022-9-6
This is similar to the approach with the months —
V = randi(50, 10, 1)
Vgt30 = V(V>30)
.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!