Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3; 4 5 6];
y_correct = [20; 30];
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
2 | Pass |
x = [1; 1; 1; 1; 1];
y_correct = [50; 10];
assert(isequal(your_fcn_name(x),y_correct))
ans =
[]
|
1763 Solvers
Back to basics 25 - Valid variable names
293 Solvers
484 Solvers
Is this triangle right-angled?
2394 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!