Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'foo';
y_correct = true;
assert(isequal(valid_vars(x),y_correct))
ans =
1
|
2 | Pass |
%%
x = 'while';
y_correct = false;
assert(isequal(valid_vars(x),y_correct))
ans =
0
|
3 | Pass |
%%
x = '1foo';
y_correct = false;
assert(isequal(valid_vars(x),y_correct))
ans =
0
|
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
Duplicate each element of a vector.
518 Solvers
Magic is simple (for beginners)
2749 Solvers
489 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!