Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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

Akzeptierte Antwort

Guillaume
Guillaume am 25 Sep. 2019
Use the ReadVariableNames option:
ds = datastore(somelocation, 'ReadVariableNames', false)

Weitere Antworten (0)

Kategorien

Mehr zu Large Files and Big Data finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by