This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = {[0, 11, 21, 31, 41, 55, 50, 10, 810, 9.10, 100, 110, 120, 130, 140, 255]};
y_correct =[0, 11, 21, 31, 41, 55, 50, 10, 810, 9.10 , 100, 110, 120, 130, 140, 255];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = {0, 1.1, 21, 31, 41, 55, 50, 10, 810, 9.10, 100, 110, 120, 130, 140, 255};
y_correct =[0, 1.1, 21, 31, 41, 55, 50, 10, 810, 9.10 , 100, 110, 120, 130, 140, 255];
assert(isequal(your_fcn_name(x),y_correct))
|
406 Solvers
255 Solvers
90 Solvers
Basic commands - amount of inputs
105 Solvers
Display positive elements of matrix.
40 Solvers