Matching elements from two different matrixes.
이전 댓글 표시
I have one matrix with fixed elements say Shut
I want to generete another matrix which contains the elements from Shut matrix having elements withing LowerLimit and UpperLimit range.
Shut = [152.40 228.60 304.80 381.00 457.20 533.40 609.60 685.80 762.00 838.20 914.40 990.60 1066.80]
LowerLimit=200
UpperLimit=500
expected result
a = [228.60 304.80 381.00 457.20]
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Clustering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!