Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3; 1 2 3; 1 2 3];
y_correct = [1 2 3; 1 2 3];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [1;9;8];
y_correct = [1;8];
assert(isequal(your_fcn_name(x),y_correct))
|
686 Solvers
given 3 sides, find area of this triangle
680 Solvers
620 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
203 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!