Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 ,2 ,3 ,4];
y = 1;
assert(isequal(numeri(x),y))
y =
logical
1
|
2 | Pass |
x = [1 ,2 ,3 ,'a'];
y = 0;
assert(isequal(numeri(x),y))
y =
logical
0
|
281 Solvers
118 Solvers
convert matrix to single column
306 Solvers
Side of an equilateral triangle
2595 Solvers
168 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!