This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'purusa';
y_correct = 'u';
assert(isequal(frequent_character(x),y_correct))
y =
u
|
2 | Pass |
%%
x = 'rama';
y_correct = 'a';
assert(isequal(frequent_character(x),y_correct))
y =
a
|
Make one big string out of two smaller strings
1149 Solvers
579 Solvers
377 Solvers
Matlab Basics - Absolute Value
360 Solvers
1098 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!