Problem 1051. Exact binary matrix factorization
Solution Stats
Problem Comments
-
3 Comments
you should probably add an assert statement that checks the size of the output matrices
I second @bmtran. lu wins!
thanks, I added the extra asserts as you suggest. the other solutions submitted so far look interesting, thanks for them!
Solution Comments
-
1 Comment
it's lu, again...
-
1 Comment
very interesting observation that lu returns binary values factors for
these inputs. i must think about this further!
Problem Recent Solvers13
Suggested Problems
-
947 Solvers
-
Back to basics 18 - justification
181 Solvers
-
303 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
6602 Solvers
-
Create a Cell array of month-end date strings within a provided date range
26 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!