Suppose I have a cell
v = \'v\' [576.5818] [3.0286] [576.9270] \'v\' [576.5953] [3.1180] [576.8716] \'f\' [ 56] [
Suppose we have a cell as follows:
my_cell = {'Hello World'} class(my_cell) ans = cell
We can get the string out of it simply by using the {:} operator on it directly.
{:}
class(my_cell{:}) ans = char
Note that we can use the expression mycell{:} anywhere we would use a normal string.
mycell{:}