Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 1010;
assert(isequal(dec_bin(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 10;
assert(isequal(dec_bin(x),y_correct))
|
3 | Pass |
x = 15;
y_correct = 1111;
assert(isequal(dec_bin(x),y_correct))
|
Swap the first and last columns
12415 Solvers
Remove the polynomials that have positive real elements of their roots.
629 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
365 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!