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))
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35555 Solvers
12381 Solvers
1962 Solvers
Omit columns averages from a matrix
527 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!