Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 10;
y_correct = 1010;
assert(isequal(dec_bin(x),y_correct))
y =
1010
y =
1010
|
2 | Pass |
x = 2;
y_correct = 10;
assert(isequal(dec_bin(x),y_correct))
y =
10
y =
10
|
3 | Pass |
x = 15;
y_correct = 1111;
assert(isequal(dec_bin(x),y_correct))
y =
1111
y =
1111
|
5703 Solvers
317 Solvers
Sum the numbers on the main diagonal
453 Solvers
505 Solvers
Matlab Basics - Create a row vector
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!