MATLAB: Why am i getting this error and what are the steps to correct it

data import

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')";

Best Answer

ds=tabularTextDatastore('Ban_390_Feb.csv','TreatAsMissing','NA')