Error labelling table columns
Afficher commentaires plus anciens
I am trying to make a table and label using Table_RMA = array2table (CoP_Balance(:,1:98),'VariableNames',{'Patient','Gender','Dg','Aff_Side','Inj_Site','Ax','Condition','CoP_Side',.....the other 90 names}); However, I Keep on getting this error: Error using matlab.internal.tabular.private.varNamesDim/validateAndAssignLabels (line 321) Duplicate variable name: 'CoP_Side'.
For some reason even when I change 'CoP_Side' to any other word I still get the same error message.
Any suggestions on what am doing wrong?
cheers
Eduardo
1 commentaire
KSSV
le 3 Sep 2018
I think this variable name: CoP_Side is repeating.
Réponse acceptée
Plus de réponses (1)
Luis Eduardo Cofré Lizama
le 3 Sep 2018
0 votes
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!