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:
採用された回答
madhan ravi
2018 年 10 月 29 日
ds=tabularTextDatastore('Ban_390_Feb.csv','TreatAsMissing','NA')
7 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!