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))
i =
1
i =
2
i =
3
A =
98 56 34 34 100 88 87
i =
4
A =
98 56 34 100 100 88 87
i =
5
A =
98 56 34 100 88 88 87
i =
6
A =
98 56 34 100 88 87 87
i =
7
i =
8
Grades =
98 56 34 100 88 87
|
986 Solvers
Flip the main diagonal of a matrix
426 Solvers
202 Solvers
Find the dimensions of a matrix
267 Solvers
Find out value of sine given by degree.
172 Solvers