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))
|
519 Solvers
309 Solvers
Flag largest magnitude swings as they occur
582 Solvers
411 Solvers
400 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!