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 Solvers983
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
814 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
435 Solvers
-
669 Solvers
-
Spot the First Occurrence of 5
406 Solvers
-
259 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!