This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [100 98 95 103 84 98 87 105 95 98];
y_correct = 86.5;
assert(isequal(average_pitch(x),y_correct))
ans =
86.5000
|
Back to basics 23 - Triangular matrix
634 Solvers
177 Solvers
511 Solvers
259 Solvers
127 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!