why am i getting this error and what are the steps to correct it
조회 수: 1 (최근 30일)
이전 댓글 표시
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
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:
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!