How can i select randomly Boolean number from a array ?
显示 更早的评论
A= 0 0 1 1 0 1
0 0 0 1 1 1
1 0 0 1 0 1
1 1 1 0 1 1
0 1 0 1 0 0
1 1 1 1 0 0
for example how can i select randomly a 1 from a row or a column? as Aij=Aji equal no problem select from row or column
采纳的回答
更多回答(1 个)
Image Analyst
2013-2-4
0 个投票
What are you looking for? You know you'll get a 1 - that's a given. So, if you specify the column, do you want the row number? And if you specify a row, do you want the column number?
类别
在 帮助中心 和 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!