How to turn an array of doubles to cell array
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
JFz
el 26 de En. de 2017
Comentada: JFz
el 27 de En. de 2017
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 comentarios
Guillaume
el 26 de En. de 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.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!