Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3];
y_correct = [1.5 2.5];
assert(isequal(two_mean(x),y_correct))
|
2 | Pass |
x = [10 0 0 0 100];
y_correct = [5 0 0 50];
assert(isequal(two_mean(x),y_correct))
|
3 | Pass |
x = [1 2 4];
y_correct = [1.5 3];
assert(isequal(two_mean(x),y_correct))
|
1092 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Create matrix of replicated elements
321 Solvers
216 Solvers
07 - Common functions and indexing 2
316 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!