Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Ibrahim DAWI
Ibrahim DAWI le 25 Sep 2019
Commenté : Ibrahim DAWI le 25 Sep 2019
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Large Files and Big Data dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by