Problem 1899. Convert a Cell Array into an Array
Given a square cell array:
x = {'01', '56'; '234', '789'};
return a single character array:
y = '0123456789'
Solution Stats
Problem Comments
-
1 Comment
akihisa yorozu
on 21 Aug 2021
Pretty hard for me!
Solution Comments
Show commentsProblem Recent Solvers1949
Suggested Problems
-
Select every other element of a vector
34189 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15636 Solvers
-
Project Euler: Problem 3, Largest prime factor
1604 Solvers
-
955 Solvers
-
972 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!