Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='aAbhhfdf';
n='a';
y_correct = [1 2];
assert(isequal(indexString(x,n),y_correct))
ans =
1 2
|
2 | Pass |
%%
x='IndiA';
n='a';
y_correct = [5];
assert(isequal(indexString(x,n),y_correct));
ans =
5
|
794 Solvers
232 Solvers
Create matrix of replicated elements
266 Solvers
145 Solvers
Sum of diagonals elements of a matrix
132 Solvers