why am i getting this error and what are the steps to correct it

조회 수: 1 (최근 30일)
johnson saldanha
johnson saldanha 2018년 10월 29일
댓글: Stephen23 2018년 10월 29일
when importing data from a csv file. im getting the error as "Undefined function 'tabularTextDatastore' for input arguments of type 'cell'". And this is my first line "ds=tabularTextDatastore({'Ban_390_Feb.csv'},'TreatAsMissing','NA')";
  댓글 수: 5
johnson saldanha
johnson saldanha 2018년 10월 29일
is there a wayi can do that?
Stephen23
Stephen23 2018년 10월 29일
"so now i have imported the columns required individually and i need to know how to concatenate those to make a array"
Use csvread or textscan or xlsread or one of the other file importing functions:

댓글을 달려면 로그인하십시오.

채택된 답변

madhan ravi
madhan ravi 2018년 10월 29일
ds=tabularTextDatastore('Ban_390_Feb.csv','TreatAsMissing','NA')
  댓글 수: 7

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by