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 |
A = [98 56 78 34 100 88 87] ;
Grades_correct = [98 56 34 100 88 87];
assert(isequal(your_fcn_name(A),Grades_correct))
A =
98 56 34 100 88 87
Grades =
98 56 34 100 88 87
|
1208 Solvers
Get the length of a given vector
1344 Solvers
Compute a dot product of two vectors x and y
645 Solvers
Magic is simple (for beginners)
1106 Solvers
118 Solvers