Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = rand(2,3,1,4);
y_correct = 3;
assert(isequal(ndims(remove_dims(x)),y_correct))
|
2 | Pass |
%%
x = rand(2,3,4);
y_correct = 3;
assert(isequal(ndims(remove_dims(x)),y_correct))
|
3 | Pass |
%%
x = rand(1,2,3,4,5);
y_correct = 4;
assert(isequal(ndims(remove_dims(x)),y_correct))
|
1208 Solvers
233 Solvers
434 Solvers
356 Solvers
Make a run-length companion vector
453 Solvers