This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [100 98 95 103 84 98 87 105 95 98];
y_correct = 96.3;
assert(isequal(average_pitch(x),y_correct))
|
2 | Pass |
%%
x = [100 90 95 90 92 90 94 100];
y_correct = 93.875;
assert(isequal(average_pitch(x),y_correct))
|
2980 Solvers
Back to basics 25 - Valid variable names
293 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
convert matrix to single column
307 Solvers
154 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!