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='gh';
u='jjhh';
y_correct = 'ghjjhh';
assert(isequal(your_fcn_name(x,u),y_correct))
|
Return a list sorted by number of occurrences
1225 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1561 Solvers
07 - Common functions and indexing 4
258 Solvers
200 Solvers
Sum positive elements of matrix.
48 Solvers