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 = 2;
y_correct = [1 0;0 1];
assert(isequal(your_fcn_name(x),y_correct))
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11631 Solvers
1402 Solvers
Number of digits in an integer
272 Solvers
find the maximum element of the matrix
254 Solvers
find the surface area of a cube
215 Solvers