Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3;4 5 6];
y_correct = [1;4];
assert(isequal(min_per_row(x),y_correct))
y =
1
4
|
2 | Pass |
x = [7.2 -2.5 5.1;4.2 -9.8 3.6];
y_correct = [-2.5;-9.8];
assert(isequal(min_per_row(x),y_correct))
y =
-2.5000
-9.8000
|
3 | Pass |
x = [pi exp(1) pi/2;3 pi 4];
y_correct = [pi/2;3];
assert(isequal(min_per_row(x),y_correct))
y =
1.5708
3.0000
|
5700 Solvers
First non-zero element in each column
468 Solvers
Generate N equally spaced intervals between -L and L
441 Solvers
2093 Solvers
Help the Patriots get to the Super Bowl
115 Solvers