This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4 5];
c = 'uint32';
y_correct = 'uint32';
assert(strcmp(class(convertto(x,c)),y_correct) && isequal(x,convertto(x,c)))
|
2 | Pass |
x = [4 7 0 3 2 2];
c = 'int16';
y_correct = 'int16';
assert(strcmp(class(convertto(x,c)),y_correct) && isequal(x,convertto(x,c)))
|
5365 Solvers
Swap the first and last columns
9894 Solvers
213 Solvers
Basics: Divide integers to get integer outputs in all cases
92 Solvers
403 Solvers