Problem 1899. Convert a Cell Array into an Array

  • Created by Ted

Given a square cell array:

 x = {'01', '56'; '234', '789'};

return a single character array:

 y = '0123456789'

Solution Stats

51.93% Correct | 48.07% Incorrect
Last Solution submitted on Apr 18, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers1505

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!