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!