This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4 5];
y = [6 7 8 9 10];
out_mean = [3.5000 4.5000 5.5000 6.5000 7.5000];
assert(isequal(your_fcn_name(x,y),out_mean))
|
3075 Solvers
Given an unsigned integer x, find the largest y by rearranging the bits in x
780 Solvers
Given a 4x4 matrix, swap the two middle columns
516 Solvers
367 Solvers
Sum the squares of numbers from 1 to n
163 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!