-
3 Comments
T. Dunker
on 17 Oct 2017
Are you sure that your Test Suite works? I had to change all the double quotes to single quotes.
@bmtran (Bryant Tran)
on 18 Oct 2017
Double-quoted strings are string literals in MATLAB R2017a+. To convert a string to char array, use the "char" function.
James
on 11 Dec 2017
Thank you for that hint about the "char", bmtran. Never would have figured out what was wrong with my solution otherwise...
Suggested Problems
-
26467 Solvers
-
Return a list sorted by number of occurrences
2830 Solvers
-
295 Solvers
-
Sort numbers by outside digits
151 Solvers
-
325 Solvers
More from this Author56
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!