Clear Filters
Clear Filters

How to obtain array of strings contained in a cell

2 views (last 30 days)
I have a 1×1 cell array containing {1×23 string}. How to get the 23 strings back? cellstr, string and car not working.

Accepted Answer

Matt J
Matt J on 26 Aug 2020
yourCell{1}

More Answers (1)

madhan ravi
madhan ravi on 26 Aug 2020
Wanted = cellarray{:}

Categories

Find more on Characters and Strings 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!