This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
tic
x = 1;
y = your_fcn_name(x);
y_correct = round(toc,4)
assert(isequal(y,y_correct))
y_correct =
8.0000e-04
|
794 Solvers
Arrange Vector in descending order
1800 Solvers
434 Solvers
Getting the indices from a vector
1443 Solvers
377 Solvers