Check max value of an array against a constraint
이전 댓글 표시
hi i have the following matrix
a= 1 1 1
5 0.6 1
2 0.5 0.9
how would i find the maximum value that is not > or = to 1 so in this case 0.9. Additionaly the matrix can be various dimensions.is it possible using the max command if not how would i approach this problem?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!