フィルターのクリア

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

1 回表示 (過去 30 日間)
Ibrahim DAWI
Ibrahim DAWI 2019 年 9 月 25 日
コメント済み: Ibrahim DAWI 2019 年 9 月 25 日
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

採用された回答

Guillaume
Guillaume 2019 年 9 月 25 日
Use the ReadVariableNames option:
ds = datastore(somelocation, 'ReadVariableNames', false)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLarge Files and Big Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by