Problem 43677. String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
Solution Stats
Problem Comments
-
1 Comment
You test cases contain solution=)
Solution Comments
-
1 Comment
function y = cell2str(x)
y=string(x)
end
Problem Recent Solvers801
Suggested Problems
-
613 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
1510 Solvers
-
Return unique values without sorting
712 Solvers
-
Make a random, non-repeating vector.
5367 Solvers
-
Change the sign of even index entries of the reversed vector
377 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!