Undefined function 'de2bi' for input arguments of type 'double'...
http://uk.mathworks.com/help/comm/ref/de2bi.html ...
de2bi is part of the 'Communications System Toolbox'
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
n = 2;
A = binary_numbers(n);
assert(isequal(class(A), 'double'))
|
2 | Fail |
n = 3;
A = binary_numbers(n);
assert(all(A(:) == 0 | A(:) == 1))
|
3 | Fail |
n = 5;
A = binary_numbers(n);
assert(isequal(size(A),[32 5]))
|
4 | Fail |
n = 10;
A = binary_numbers(n);
assert(isequal(size(unique(A,'rows'),1),1024))
|
5 | Fail |
n = 1;
A = binary_numbers(n);
assert(isequal(A,[0;1]) || isequal(A,[1;0]))
|
Find the numeric mean of the prime numbers in a matrix.
5913 Solvers
795 Solvers
140 Solvers
296 Solvers
482 Solvers