Is there a function in matlab that allows you to get the rank of a binary matrix?
조회 수: 4 (최근 30일)
이전 댓글 표시
I am trying to perform the rank of a binary matrix test to test if a sequence of bits is random. I took a selection of bits from a larger matrix containing all the data and put the data into a sub matrix of 32X32. I was trying to take the rank, but the only function does not take ranks of binary matrices.
댓글 수: 2
Walter Roberson
2013년 2월 3일
When you say "rank" and "binary" do you mean that you are using GF2, e.g., 1+1 becomes 0 ? Or do you mean just that the matrix is of datatype "logical" and you want ordinary rank measurements?
답변 (3개)
Walter Roberson
2013년 2월 4일
Steps toward this concept are referenced in http://www.mathworks.com/matlabcentral/answers/16990-galois-field-to-find-the-inverse-of-a-binary-matrix
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!