unstack warnings about variable names
Afficher commentaires plus anciens
I ran
unstack
and got
Warning: Table variable names that were not valid MATLAB identifiers have been modified. Since table variable names must be unique, any table variable names that happened to match the new identifiers also have been modified.
To use the original INDVAR values as table variable names, set 'VariableNamingRule' to 'preserve'.
What does it mean?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 5 Juil 2020
Using your table's name, what does this say if you stop there and type this into the command window.
yourTableName.Properties.VariableNames
It should spit your table's columns names to the command window. What does it say?
Attach your table in a .mat file if you need more help.
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!