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 78 34 100 88 87
idx =
3
Grades =
98 56 34 100 88 87
|
337 Solvers
Create an index-powered vector
352 Solvers
2313 Solvers
Is this triangle right-angled?
2393 Solvers
2142 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!