I have a cell array C with n columns (where n can vary) and
C =
'Jane Doe' ' '
'Johnny Doe' 'Johnny Appleseed'
'Apple Doe' 'Johnny Jane '
I would like MATLAB to print it as
Jane Doe
Johnny Doe Johnny Appleseed
Apple Doe Johnny Jane
I'd appreciate if someone can help me with this.
Gautam.
C =
'Jane Doe' ' '
'Johnny Doe' 'Johnny Appleseed'
'Apple Doe' 'Johnny Jane '
I would like MATLAB to print it as
Jane Doe
Johnny Doe Johnny Appleseed
Apple Doe Johnny Jane
I'd appreciate if someone can help me with this.
Gautam.