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))
|
4598 Solvers
The sum of the numbers in the vector
426 Solvers
192 Solvers
177 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!