Problem 42592. Create cell array of strings
Convert the input to a cell array, but only if necessary.
If the input is a string, return a 1-by-1 cell array containing the string. If the input is a cell array of strings, return the input unaltered.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers53
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2139 Solvers
-
498 Solvers
-
350 Solvers
-
4951 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
331 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!