Effacer les filtres
Effacer les filtres

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

4 vues (au cours des 30 derniers jours)
johnson saldanha
johnson saldanha le 29 Oct 2018
Commenté : Stephen23 le 29 Oct 2018
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 commentaires
johnson saldanha
johnson saldanha le 29 Oct 2018
is there a wayi can do that?
Stephen23
Stephen23 le 29 Oct 2018
"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:

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 29 Oct 2018
ds=tabularTextDatastore('Ban_390_Feb.csv','TreatAsMissing','NA')
  7 commentaires
johnson saldanha
johnson saldanha le 29 Oct 2018
its not working
johnson saldanha
johnson saldanha le 29 Oct 2018
any other alternative

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by