Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 'function';
y_correct = true;
assert(isequal(check_keyword(x),y_correct))
|
2 | Fail |
x = 'persistent';
y_correct = true;
assert(isequal(check_keyword(x),y_correct))
|
3 | Fail |
x = 'classdef';
y_correct = true;
assert(isequal(check_keyword(x),y_correct))
|
4 | Fail |
x = 'variable';
y_correct = false;
assert(isequal(check_keyword(x),y_correct))
|
5 | Fail |
x = 'dateadd';
y_correct = false;
assert(isequal(check_keyword(x),y_correct))
|
6 | Fail |
x = 'spmd';
y_correct = true;
assert(isequal(check_keyword(x),y_correct))
|
7 | Fail |
x = 'partition';
y_correct = false;
assert(isequal(check_keyword(x),y_correct))
|
1800 Solvers
235 Solvers
How many trades represent all the profit?
520 Solvers
272 Solvers
276 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!