Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 10;
flagSame = isequal(makeRandomOrdering(n), makeRandomOrdering(n));
flagAllUsed = isequal([1:n],sort(makeRandomOrdering(n)));
assert(~flagSame & flagAllUsed)
|
Remove any row in which a NaN appears
6827 Solvers
Omit columns averages from a matrix
527 Solvers
Getting the absolute index from a matrix
211 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
5115 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!