Let's say I have an array of cells:
my_cell_array = {'Jimmy', 'Timothy', 'Charles', ...}
Is there a compact way to define a single struct that has my_cell_array elements as field names? Elements of the new structure may contain empty cells or empty arrays.
Amelio vazquez-reina
source share