Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x(:,:,3) = [48,96;40,80;42,84;45,90];
x(:,:,2) = [42,84;36,72;40,80;42,84];
n = 2
y_correct = 72;
assert(isequal(phy_grade(x,n),y_correct))
n =
2
|
2 | Pass |
%%
x(:,:,3) = [3,6;32,64;42,84;45,90];
n = 3
y_correct = 64;
assert(isequal(phy_grade(x,n),y_correct))
n =
3
|
3115 Solvers
1223 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
264 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!