Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 'on';
assert(isequal(onoff(x),y_correct))
y =
on
|
2 | Pass |
x = isempty('on');
y_correct = 'off';
assert(isequal(onoff(x),y_correct))
|
3 | Pass |
x = [];
y_correct = 'off';
assert(isequal(onoff(x),y_correct))
|
Remove any row in which a NaN appears
5979 Solvers
Maximum running product for a string of numbers
816 Solvers
233 Solvers
406 Solvers
Create a square matrix of multiples
330 Solvers