the code i have been using to try this is:
labels = categorical.empty(1,0);
A = table2array(Q)
labels(1,1) = A;
i am getting an error stating
"Error using categorical/parenAssign (line 79)
Right hand side of an assignment to a
categorical array must be a categorical or text
representing a category name."