How to turn an array of doubles to cell array
18 views (last 30 days)
Show older comments
How to turn an array of doubles to cell array? I need to use an array of doubles (they are actually integers) and assign this new array into a table variable names, but I keep getting an error: "The VariableNames property must be a cell array, with each element containing one nonempty string."
Thanks,
jennifer
2 Comments
Guillaume
on 26 Jan 2017
And why on earth do you think that changing an array of numbers into a cell array is going to help with the error that clearly says "the ... must be a cell array ... containing ... string"?
Note that the VariableNames of the table is the name of the columns which you can use to access a particular column (e.g. mytable.somevariablename). It's never going to contain number. So your "I need to assign an array of number into a table variable names" does not make any sense.
Please explain what you're trying to do , showing an example of inputs and corresponding desired output.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!