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))
|
Back to basics 24 - Symbolic variables
115 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
07 - Common functions and indexing 2
255 Solvers
311 Solvers
298 Solvers