필터 지우기
필터 지우기

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 CenterFile Exchange에서 Large 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