Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
A = [98 56 78 34 100 88 87] ;
Grades_correct = [98 56 34 100 88 87];
assert(isequal(your_fcn_name(A),Grades_correct))
ans =
98 56 34 100 88 87
|
Find the alphabetic word product
2322 Solvers
Make an awesome ramp for a tiny motorcycle stuntman
334 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
547 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
492 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!