This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b=1
y_correct = 0;
assert(isequal(sub2no(a,b),y_correct))
b =
1
|
729 Solvers
Program an exclusive OR operation with logical operators
597 Solvers
The sum of the numbers in the vector
341 Solvers
Pernicious Anniversary Problem
671 Solvers
Compute LOG(1+X) in natural log
169 Solvers