why am i getting this error and what are the steps to correct it
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
johnson saldanha
el 29 de Oct. de 2018
Comentada: Stephen23
el 29 de Oct. de 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 comentarios
Stephen23
el 29 de Oct. de 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:
Respuesta aceptada
madhan ravi
el 29 de Oct. de 2018
ds=tabularTextDatastore('Ban_390_Feb.csv','TreatAsMissing','NA')
7 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Large Files and Big Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!