Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x='aAbhhfdf';
n='a';
y_correct = [1 2];
assert(isequal(indexString(x,n),y_correct))
|
2 | Pass |
x='IndiA';
n='a';
y_correct = [5];
assert(isequal(indexString(x,n),y_correct));
|
753 Solvers
516 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
292 Solvers
326 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!