readtable fail to import .22p file
Mostrar comentarios más antiguos
I use readtable to import .22p file; i want to obtain a cell matrix. I have a lot of .22p file of different days. In some days readtable works really good and in other days it fails. For example for the first file 187 attached it dosen't work, while for the scond file 186 it works. The 2 files are the same and there is only a change in the numbers. For file 187 i optain this error:
Warning: Column headers from the file
were modified to make them valid
MATLAB identifiers before creating
variable names for the table. The
original column headers are saved in
the VariableDescriptions property.
Set 'VariableNamingRule' to
'preserve' to use the original column
headers as table variable names.
And the result cell matrix is this:

While for the day 186 i obtain the right result:

Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!