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 |
%%
vector = [70 73 86 69];
y_correct = 'FIVE';
assert(isequal(vector,y_correct))
|
2 | Pass |
%%
vector = [109 97 116 104 101 109 97 116 105 99 115];
y_correct = 'mathematics';
assert(isequal(vector,y_correct))
|
Return a list sorted by number of occurrences
1225 Solvers
14990 Solvers
Make a random, non-repeating vector.
1117 Solvers
424 Solvers
Sum the real and imaginary parts of a complex number
86 Solvers