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))
|
952 Solvers
How to find the position of an element in a vector without using the find function
2477 Solvers
312 Solvers
3071 Solvers
1161 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!