MATLAB: How to obtain array of strings contained in a cell

array of stringcell

I have a 1×1 cell array containing {1×23 string}. How to get the 23 strings back? cellstr, string and car not working.

Best Answer

yourCell{1}