Counting column number until a specific value in a different matrix.
이전 댓글 표시
A=[ 0 0 0 0 1 1.1 1.2 2 2.5 3 3.3 4 4.1 4.2 4.3 5 .... 100 0 1 2 2.2 2.3 3 4.5 .... 100 50 23 1 0 0 0...]
B=[ 1 2 3 4 5 6 7 8 9 10 10 11 11 12 ........... x 1 2 3 4 5 6 7 .... x1 1 2 3 4 5 ....]
1) until 100 in A matrix, Counting the number of columns in B matrix.
2) Each column numbers until 100 is different. x ~= x1
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numeric Types에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!