- Make sure the column with strings is a cell array of strings.
- Go through each element of the column and store the split strings in a vector. For a better understanding of the 'function handle' used, refer to this documentation: https://www.mathworks.com/help/matlab/ref/function_handle.html .
- Place these split strings into new, separate columns of the table.