Borrar filtros
Borrar filtros

Use "datastore" on a .cvs file without headers (or matlab identifiers)

1 visualización (últimos 30 días)
Hello
i am trying to use tall arrays on a datastore but my data does not have any headers.
Matlab is autoatically assuming the first row as headers and giving the following warning:
Warning: Variable names were modified to make them valid MATLAB identifiers.
how can is disable this action done by matlab and just use the data without headers ?
Thank you

Respuesta aceptada

Guillaume
Guillaume el 25 de Sept. de 2019
Use the ReadVariableNames option:
ds = datastore(somelocation, 'ReadVariableNames', false)

Más respuestas (0)

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by