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))
|
1327 Solvers
321 Solvers
452 Solvers
187 Solvers
259 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!