Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = @sin;
y_correct = 'function_handle';
assert(isequal(input_class(x),y_correct))
|
2 | Pass |
x = {1};
y_correct = 'cell';
assert(isequal(input_class(x),y_correct))
|
3 | Pass |
x = [1];
y_correct = 'double';
assert(isequal(input_class(x),y_correct))
|
4 | Pass |
x = uint32(1);
y_correct = 'uint32';
assert(isequal(input_class(x),y_correct))
|
5 | Pass |
x = 'abcd';
y_correct = 'char';
assert(isequal(input_class(x),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
5913 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
Reverse the elements of an array
563 Solvers
Rounding off numbers to n decimals
282 Solvers
222 Solvers