unstack warnings about variable names
Show older comments
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?
Accepted Answer
More Answers (1)
Image Analyst
on 5 Jul 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.
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!