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))
y =
off
|
3 | Pass |
x = [];
y_correct = 'off';
assert(isequal(onoff(x),y_correct))
y =
off
|
Generate N equally spaced intervals between -L and L
563 Solvers
Relative ratio of "1" in binary number
392 Solvers
convert matrix to single column
306 Solvers
Create a two dimensional zero matrix
354 Solvers
272 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!