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
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 中查找有关 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