Say I have a cell array:
my_cell_array = {'Jimmy', 'Timothy', 'Charles', ...}
Is there a compact way of defining a single struct that has the items of my_cell_array as fieldnames? The members of the new struct can hold empty cells or empty arrays.