Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [-1 2 -3;
4 -5 6;
7 -8 -9];
y_correct = [0 1 0;
1 0 1;
1 0 0];
assert(isequal(your_fcn_name(x),y_correct))
|
How to find the position of an element in a vector without using the find function
2323 Solvers
Vectorize the digits of an Integer
236 Solvers
Calculate the area of a triangle between three points
280 Solvers
328 Solvers
51 Solvers