If I have a cell array how do I convert it into a single char
Show older comments
If I have a cell array say 1x4 or 1x5. How can I turn it into a single row and single column char without each cell value having double quotes around it.
{'Test1'} {'Test2'} {'Test3'} {'Test4'}
% But I want this in a single column and row char
'Test1 Test2 Test3 Test4'
Accepted Answer
More Answers (0)
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!