Problem 43677. String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
Solution Stats
Problem Comments
-
1 Comment
Svyatoslav Golousov
on 22 Oct 2020
You test cases contain solution=)
Solution Comments
-
1 Comment
Qin-Yong
on 16 Jan 2021
function y = cell2str(x)
y=string(x)
end
Problem Recent Solvers1027
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5104 Solvers
-
14087 Solvers
-
Find state names that end with the letter A
1033 Solvers
-
Longest run of consecutive numbers
4238 Solvers
-
Piecewise linear interpolation
479 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!