Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 1;
assert(isequal(logic(x),y_correct))
|
2 | Pass |
x = 3;
y_correct = 3;
assert(isequal(logic(x),y_correct))
|
3 | Pass |
x = 4;
y_correct = 5;
assert(isequal(logic(x),y_correct))
|
4 | Pass |
x = 7;
y_correct = 21;
assert(isequal(logic(x), y_correct))
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3609 Solvers
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
292 Solvers
Matlab Basics - Absolute Value
360 Solvers
135 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!