Is there a function in matlab that allows you to get the rank of a binary matrix?

2 次查看(过去 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
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 个)

Matt J
Matt J 2013-2-3
编辑:Matt J 2013-2-3
Before taking the rank, convert your matrix to a numeric type, e.g. double precision
rank(double(YourMatrix))

Jan
Jan 2013-2-4
Perhaps this helps: FEX: parity.

Walter Roberson
Walter Roberson 2013-2-4

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by