Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
y_correct = {'break';'case';'catch';'classdef';'continue';'else';'elseif'; 'end';'for'; 'function'; 'global'; 'if'; 'otherwise'; 'parfor'; 'persistent'; 'return'; 'spmd'; 'switch'; 'try'; 'while'};
assert(isequal(keywords,y_correct))
ans =
20×1 cell array
'break'
'case'
'catch'
'classdef'
'continue'
'else'
'elseif'
'end'
'for'
'function'
'global'
'if'
'otherwise'
'parfor'
'persistent'
'return'
'spmd'
'switch'
'try'
'while'
|
Count from 0 to N^M in base N.
220 Solvers
Back to basics 9 - Indexed References
392 Solvers
Arrange vector in ascending order
624 Solvers
2334 Solvers
260 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!