Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Guillaume
Guillaume il 25 Set 2019
Use the ReadVariableNames option:
ds = datastore(somelocation, 'ReadVariableNames', false)

Più risposte (0)

Categorie

Scopri di più su Large Files and Big Data in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by