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))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
226 Solvers
505 Solvers
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
298 Solvers
Is this triangle right-angled?
2875 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!