Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 ,2 ,3 ,4];
y = 1;
assert(isequal(numeri(x),y))
|
2 | Pass |
x = [1 ,2 ,3 ,'a'];
y = 0;
assert(isequal(numeri(x),y))
|
Back to basics 25 - Valid variable names
293 Solvers
405 Solvers
462 Solvers
241 Solvers
115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!