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))
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Convert from Base 10 to base 5
203 Solvers
Switch matrix to a column vector
260 Solvers
192 Solvers
Matlab Basics - Logical Tests I
192 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!